From f55c78d117372a5122e68bf9a3f1465cdb81681e Mon Sep 17 00:00:00 2001 From: Shuheng Liu Date: Sat, 11 Dec 2021 21:12:55 -0500 Subject: [PATCH] chore(pypi): prepare to release v0.5.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 419af8b..41d8b48 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ def func(m): setuptools.setup( name="neurodiffeq", - version="0.5.1", + version="0.5.2", author="neurodiffgym", author_email="shuheng_liu@g.harvard.edu", description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/NeuroDiffGym/neurodiffeq", - download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.1.tar.gz", + download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.2.tar.gz", keywords=[ "neural network", "deep learning",