Skip to content

Commit c004d02

Browse files
committed
1.0.0
1 parent 1ce288e commit c004d02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
author = "NAWI"
3636

3737
# The full version, including alpha/beta/rc tags
38-
release = "1.0.0rc1"
38+
release = "1.0.0"
3939
# The short X.Y version
40-
version = "1.0.0rc1"
40+
version = "1.0.0"
4141
# -- General configuration ---------------------------------------------------
4242

4343

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
setup(
3838
name="watertap",
3939
url="https://github.com/watertap-org/watertap",
40-
version="1.0.0rc1",
40+
version="1.0.0",
4141
description="WaterTAP modeling library",
4242
long_description=long_description,
4343
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)