Skip to content

Commit fd403ff

Browse files
committed
update setup to v0.1.6
1 parent 3d5656f commit fd403ff

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.5",
11+
version="0.1.6",
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.5",
18+
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6",
1919
install_requires=install_requires,
2020
packages=setuptools.find_packages(),
2121
include_package_data=True,

0 commit comments

Comments
 (0)