We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cfd2c3 + 54834ba commit 8abb897Copy full SHA for 8abb897
setup.py
@@ -17,14 +17,14 @@ def func(m):
17
18
setuptools.setup(
19
name="neurodiffeq",
20
- version="0.3.5",
+ version="0.4.0",
21
author="neurodiffgym",
22
author_email="shuheng_liu@g.harvard.edu",
23
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
24
long_description=long_description,
25
long_description_content_type="text/markdown",
26
url="https://github.com/NeuroDiffGym/neurodiffeq",
27
- 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",
28
keywords=[
29
"neural network",
30
"deep learning",
0 commit comments