We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4439c commit 4643722Copy full SHA for 4643722
1 file changed
setup.py
@@ -51,8 +51,8 @@
51
extension_func = cpp_extension.CppExtension
52
53
setuptools.setup(
54
- name="torchsde_dev",
55
- version="0.1.3",
+ name="torchsde",
+ version="0.1.4",
56
author="Sayantan Das",
57
author_email="sayantandas30011998@gmail.com",
58
description="SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.",
0 commit comments