From 7f85fc05cd6508f9ea69d6fc3da037d216fb9458 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 1 Oct 2024 16:51:54 -0400 Subject: [PATCH] 1.2.dev0 --- docs/conf.py | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 940500e01c..a3a2f6b316 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,9 +35,9 @@ author = "NAWI" # The full version, including alpha/beta/rc tags -release = "1.1.dev0" +release = "1.2.dev0" # The short X.Y version -version = "1.1.dev0" +version = "1.2.dev0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 4bcf1a9908..52c64f6eaf 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # update with a tag from the nawi-hub/idaes-pse # when a version of IDAES newer than the latest stable release from PyPI # will become needed for the watertap development - "idaes-pse==2.6.0rc0", + "idaes-pse==2.6.0", ] # Arguments marked as "Required" below must be included for upload to PyPI. @@ -37,7 +37,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="1.1.dev0", + version="1.2.dev0", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/markdown",