Skip to content

Commit

Permalink
stage v0.1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
levimcclenny committed Feb 19, 2021
1 parent ab63f4b commit 8d94885
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.2",
version="0.1.6.3",
author="Levi McClenny",
author_email="levimcclenny@tamu.edu",
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.2",
download_url="https://github.com/tensordiffeq/tensordiffeq/tarball/v0.1.6.3",
install_requires=install_requires,
packages=setuptools.find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 8d94885

Please sign in to comment.