Skip to content

Commit

Permalink
stage v0.1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcclenny committed Feb 27, 2021
1 parent 38edaa5 commit 06a82a5
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.6.5",
version="0.1.6.6",
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.5",
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6.6",
install_requires=install_requires,
packages=setuptools.find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 06a82a5

Please sign in to comment.