Skip to content

Commit b8ca807

Browse files
authored
stage v0.1.9
1 parent a68d7a3 commit b8ca807

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
@@ -13,14 +13,14 @@
1313

1414
setuptools.setup(
1515
name="tensordiffeq",
16-
version="0.1.8",
16+
version="0.1.9",
1717
author="Levi McClenny",
1818
author_email="[email protected]",
1919
description="Distributed PDE Solver in Tensorflow",
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
2222
url="https://github.com/tensordiffeq/tensordiffeq",
23-
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6.7",
23+
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.9",
2424
install_requires=install_requires,
2525
packages=setuptools.find_packages(),
2626
include_package_data=True,

0 commit comments

Comments
 (0)