We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c246eac commit dab086eCopy full SHA for dab086e
setup.py
@@ -11,14 +11,14 @@
11
12
setup(
13
name="DeepXDE",
14
- version="0.3.0",
+ version="0.4.0",
15
description="Deep learning library for solving differential equations",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
18
author="Lu Lu",
19
author_email="[email protected]",
20
url="https://github.com/lululxvi/deepxde",
21
- download_url="https://github.com/lululxvi/deepxde/tarball/v0.3.0",
+ download_url="https://github.com/lululxvi/deepxde/tarball/v0.4.0",
22
license="Apache-2.0",
23
install_requires=install_requires,
24
classifiers=[
0 commit comments