Skip to content

Commit 6a4439c

Browse files
authored
Update setup.py
1 parent 3cf8b52 commit 6a4439c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
extension_func = cpp_extension.CppExtension
5252

5353
setuptools.setup(
54-
name="torchsde",
55-
version="0.1.2",
56-
author="Xuechen Li",
57-
author_email="lxuechen@cs.toronto.edu",
54+
name="torchsde_dev",
55+
version="0.1.3",
56+
author="Sayantan Das",
57+
author_email="sayantandas30011998@gmail.com",
5858
description="SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.",
5959
url="https://github.com/google-research/torchsde",
6060
packages=setuptools.find_packages(exclude=['diagnostics', 'tests', 'benchmarks']),

0 commit comments

Comments
 (0)