Skip to content

Commit d122637

Browse files
authored
Merge pull request #163 from NeuroDiffGym/v0.5.2
chore(pypi): prepare to release v0.5.2
2 parents 29cbaee + f55c78d commit d122637

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.5.1",
20+
version="0.5.2",
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.5.1.tar.gz",
27+
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.5.2.tar.gz",
2828
keywords=[
2929
"neural network",
3030
"deep learning",

0 commit comments

Comments
 (0)