Skip to content

Commit c9e7637

Browse files
committed
v0.1.3 fix install
1 parent 745e0af commit c9e7637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setuptools.setup(
1010
name="tensordiffeq",
11-
version="0.1.2",
11+
version="0.1.3",
1212
author="Levi McClenny",
1313
author_email="[email protected]",
1414
description="Distributed PDE Solver in Tensorflow",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/tensordiffeq/tensordiffeq",
18-
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.2",
18+
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.3",
1919
install_requires=install_requires,
2020
packages = setuptools.find_packages(),
2121
classifiers=[

0 commit comments

Comments
 (0)