From 52726edf5000abce626a80c0bfc4bb0266336de1 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 5 Oct 2023 21:05:39 -0500 Subject: [PATCH] 0.10.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 3ea3779f8d..eb8d65bfa6 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.10.0rc0" +release = "0.10.0" # The short X.Y version -version = "0.10.0rc0" +version = "0.10.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7985bbd2ac..914e7365bb 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="0.10.0rc0", + version="0.10.0", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/markdown",