From 07c1b3332fdc19394dc2b0db990b3becc8577e74 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 15 Dec 2023 01:25:50 -0600 Subject: [PATCH] 0.11.0rc1 --- 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 79003ed7c4..1444a2fab4 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.11.0rc0" +release = "0.11.0rc1" # The short X.Y version -version = "0.11.0rc0" +version = "0.11.0rc1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9550fce0da..8d77d035dc 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="0.11.0rc0", + version="0.11.0rc1", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/markdown",