From 06a057f41d61ca3a7385176ecb528b9aaf3ebad4 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 6 Apr 2023 20:04:01 -0500 Subject: [PATCH] 0.8.0 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 5c31cad709..ffcc83e0cd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,9 +35,9 @@ author = "NAWI" # The full version, including alpha/beta/rc tags -release = "0.8.0rc2" +release = "0.8.0" # The short X.Y version -version = "0.8.0rc2" +version = "0.8.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 00aebdb40e..4079211ea3 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="0.8.0rc2", + version="0.8.0", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/plain",