diff --git a/docs/conf.py b/docs/conf.py index 3426d251b..c7de49b9b 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.6.1" +release = "0.7.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 89e0831fe..c3fb2381c 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setup( name="DeepXDE", - version="0.6.1", + version="0.7.0", 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.6.1", + download_url="https://github.com/lululxvi/deepxde/tarball/v0.7.0", license="Apache-2.0", install_requires=install_requires, classifiers=[