We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcec4b commit 86efd51Copy full SHA for 86efd51
docs/conf.py
@@ -35,9 +35,9 @@
35
author = "NAWI"
36
37
# The full version, including alpha/beta/rc tags
38
-release = "1.1.0rc0"
+release = "1.1.0rc1"
39
# The short X.Y version
40
-version = "1.1.0rc0"
+version = "1.1.0rc1"
41
# -- General configuration ---------------------------------------------------
42
43
setup.py
@@ -37,7 +37,7 @@
setup(
name="watertap",
url="https://github.com/watertap-org/watertap",
- version="1.1.0rc0",
+ version="1.1.0rc1",
description="WaterTAP modeling library",
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments