diff --git a/docs/conf.py b/docs/conf.py index ecc477016..f7a53030a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "0.8.2" +release = "0.8.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 393733b2e..d3c724ec7 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setup( name="DeepXDE", - version="0.8.2", + version="0.8.3", description="Deep learning library for solving differential equations", long_description=long_description, long_description_content_type="text/markdown", author="Lu Lu", author_email="lululxvi@gmail.com", url="https://github.com/lululxvi/deepxde", - download_url="https://github.com/lululxvi/deepxde/tarball/v0.8.2", + download_url="https://github.com/lululxvi/deepxde/tarball/v0.8.3", license="Apache-2.0", install_requires=install_requires, classifiers=[