Skip to content

Commit 25d45d6

Browse files
committed
chore(pypi): prepare to release v0.6.3
1 parent 1b6d8c5 commit 25d45d6

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

0 commit comments

Comments
 (0)