Skip to content

Commit 46786b0

Browse files
committed
chore(pypi): prepare for release of v0.3.5
1 parent 1273ec2 commit 46786b0

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

0 commit comments

Comments
 (0)