Skip to content

Commit 98ba403

Browse files
committed
Bump to v0.8.6
1 parent c76e554 commit 98ba403

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

0 commit comments

Comments
 (0)