Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ucalyptus authored Sep 9, 2020
1 parent 3cf8b52 commit 6a4439c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
extension_func = cpp_extension.CppExtension

setuptools.setup(
name="torchsde",
version="0.1.2",
author="Xuechen Li",
author_email="[email protected]",
name="torchsde_dev",
version="0.1.3",
author="Sayantan Das",
author_email="[email protected]",
description="SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.",
url="https://github.com/google-research/torchsde",
packages=setuptools.find_packages(exclude=['diagnostics', 'tests', 'benchmarks']),
Expand Down

0 comments on commit 6a4439c

Please sign in to comment.