Skip to content

Commit 2f4a174

Browse files
committed
Bump to v0.9.1
1 parent 5aa2311 commit 2f4a174

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ""
2929
# The full version, including alpha/beta/rc tags
30-
release = "0.9.0"
30+
release = "0.9.1"
3131

3232

3333
# -- General configuration ---------------------------------------------------

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.9.0",
14+
version="0.9.1",
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.9.0",
21+
download_url="https://github.com/lululxvi/deepxde/tarball/v0.9.1",
2222
license="Apache-2.0",
2323
install_requires=install_requires,
2424
classifiers=[

0 commit comments

Comments
 (0)