Skip to content

Commit 8abb897

Browse files
authored
Merge pull request #124 from NeuroDiffGym/v0.4.0
prepare for release of v0.4.0
2 parents 2cfd2c3 + 54834ba commit 8abb897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ def func(m):
1717

1818
setuptools.setup(
1919
name="neurodiffeq",
20-
version="0.3.5",
20+
version="0.4.0",
2121
author="neurodiffgym",
2222
author_email="shuheng_liu@g.harvard.edu",
2323
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",
2626
url="https://github.com/NeuroDiffGym/neurodiffeq",
27-
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.5.tar.gz",
27+
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.4.0.tar.gz",
2828
keywords=[
2929
"neural network",
3030
"deep learning",

0 commit comments

Comments
 (0)