From e205f828e011220c4e92f36b8a325b3ed7520798 Mon Sep 17 00:00:00 2001 From: Lu Lu Date: Tue, 7 Jul 2020 14:58:33 -0400 Subject: [PATCH] Bump to v0.8.2 --- docs/conf.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b3d7124dc..ecc477016 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.1" +release = "0.8.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0ad5835b1..393733b2e 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setup( name="DeepXDE", - version="0.8.1", + version="0.8.2", 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.1", + download_url="https://github.com/lululxvi/deepxde/tarball/v0.8.2", license="Apache-2.0", install_requires=install_requires, classifiers=[