Skip to content

Commit dab086e

Browse files
committed
Bump to v0.4.0
1 parent c246eac commit dab086e

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
@@ -11,14 +11,14 @@
1111

1212
setup(
1313
name="DeepXDE",
14-
version="0.3.0",
14+
version="0.4.0",
1515
description="Deep learning library for solving differential equations",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",
1818
author="Lu Lu",
1919
author_email="[email protected]",
2020
url="https://github.com/lululxvi/deepxde",
21-
download_url="https://github.com/lululxvi/deepxde/tarball/v0.3.0",
21+
download_url="https://github.com/lululxvi/deepxde/tarball/v0.4.0",
2222
license="Apache-2.0",
2323
install_requires=install_requires,
2424
classifiers=[

0 commit comments

Comments
 (0)