Skip to content

Commit 4d163f3

Browse files
committed
stage v0.1.6.7
1 parent 1faae59 commit 4d163f3

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.6.6",
16+
version="0.1.6.7",
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.6",
23+
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6.7",
2424
install_requires=install_requires,
2525
packages=setuptools.find_packages(),
2626
include_package_data=True,

0 commit comments

Comments
 (0)