Skip to content

Commit 1c8d75e

Browse files
committed
v0.1.4 fix install
1 parent cf2cf29 commit 1c8d75e

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

0 commit comments

Comments
 (0)