From 5c2e8d3a57a733c51b6d26cbf7a5c66085982a67 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Mon, 25 Mar 2024 23:26:15 -0500 Subject: [PATCH] 0.12.0rc0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac337ee7fd..2f93c38952 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup( name="watertap", url="https://github.com/watertap-org/watertap", - version="0.12.dev0", + version="0.12.0rc0", description="WaterTAP modeling library", long_description=long_description, long_description_content_type="text/markdown",