We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b6d8c5 commit 25d45d6Copy full SHA for 25d45d6
setup.py
@@ -17,14 +17,14 @@ def func(m):
17
18
setuptools.setup(
19
name="neurodiffeq",
20
- version="0.6.2",
+ version="0.6.3",
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.6.2.tar.gz",
+ download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.6.3.tar.gz",
28
keywords=[
29
"neural network",
30
"deep learning",
0 commit comments