From 9e701b828d836bed5964244c0f8c6139f951efba Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Wed, 6 Jul 2022 18:37:58 -0500 Subject: [PATCH] 0.5.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 b1647e8d99..2c8319a30e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = "NAWI" # The full version, including alpha/beta/rc tags -release = "0.5.0rc1" +release = "0.5.0" # The short X.Y version -version = "0.5.0rc1" +version = "0.5.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e450a10393..a10f4925f6 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="0.5.0rc1", + version="0.5.0", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/plain",