We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf8b52 commit 6a4439cCopy full SHA for 6a4439c
1 file changed
setup.py
@@ -51,10 +51,10 @@
51
extension_func = cpp_extension.CppExtension
52
53
setuptools.setup(
54
- name="torchsde",
55
- version="0.1.2",
56
- author="Xuechen Li",
57
- author_email="lxuechen@cs.toronto.edu",
+ name="torchsde_dev",
+ version="0.1.3",
+ author="Sayantan Das",
+ author_email="sayantandas30011998@gmail.com",
58
description="SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.",
59
url="https://github.com/google-research/torchsde",
60
packages=setuptools.find_packages(exclude=['diagnostics', 'tests', 'benchmarks']),
0 commit comments