Skip to content

Commit

Permalink
stage v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcclenny authored May 7, 2021
1 parent a68d7a3 commit b8ca807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

setuptools.setup(
name="tensordiffeq",
version="0.1.8",
version="0.1.9",
author="Levi McClenny",
author_email="[email protected]",
description="Distributed PDE Solver in Tensorflow",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/tensordiffeq/tensordiffeq",
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6.7",
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.9",
install_requires=install_requires,
packages=setuptools.find_packages(),
include_package_data=True,
Expand Down

0 comments on commit b8ca807

Please sign in to comment.