Skip to content

Commit 61b9a48

Browse files
committed
chore(pypi): prepare for release of v0.3.4
1 parent 467957f commit 61b9a48

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
@@ -8,14 +8,14 @@
88

99
setuptools.setup(
1010
name="neurodiffeq",
11-
version="0.3.3",
11+
version="0.3.4",
1212
author="neurodiffgym",
1313
author_email="shuheng_liu@g.harvard.edu",
1414
description="A light-weight & flexible library for solving differential equations using neural networks based on PyTorch. ",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",
1717
url="https://github.com/NeuroDiffGym/neurodiffeq",
18-
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.3.tar.gz",
18+
download_url="https://github.com/NeuroDiffGym/neurodiffeq/archive/v0.3.4.tar.gz",
1919
keywords=[
2020
"neural network",
2121
"deep learning",

0 commit comments

Comments
 (0)