From 54834ba21f5202c8c8c8ab6f2b74205f041ed245 Mon Sep 17 00:00:00 2001 From: Shuheng Liu Date: Sat, 22 May 2021 19:07:28 +0800 Subject: [PATCH] prepare for release of v0.4.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 37c2bc6..a996431 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ def func(m): setuptools.setup( name="neurodiffeq", - version="0.3.5", + version="0.4.0", 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.3.5.tar.gz", + download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.4.0.tar.gz", keywords=[ "neural network", "deep learning",