Skip to content

Commit 3b5ef06

Browse files
committed
Stage for v0.2.0
1 parent 8b61dd3 commit 3b5ef06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
setuptools.setup(
1515
name="tensordiffeq",
16-
version="0.1.9",
16+
version="0.2.0",
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.9",
23+
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.2.0",
2424
install_requires=install_requires,
2525
packages=setuptools.find_packages(),
2626
include_package_data=True,

0 commit comments

Comments
 (0)