Skip to content

Commit

Permalink
1.2.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Dec 14, 2024
1 parent 0ad38c3 commit 4da5423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
author = "NAWI"

# The full version, including alpha/beta/rc tags
release = "1.2.dev0"
release = "1.2.0rc0"
# The short X.Y version
version = "1.2.dev0"
version = "1.2.0rc0"
# -- General configuration ---------------------------------------------------


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name="watertap",
url="https://github.com/watertap-org/watertap",
version="1.2.dev0",
version="1.2.0rc0",
description="WaterTAP modeling library",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -64,7 +64,7 @@
packages=find_packages(
include=("watertap*",),
),
python_requires=">=3.8",
python_requires=">=3.9",
install_requires=[
# primary requirements for unit and property models
"idaes-pse >=2.7.0,<2.8.0rc0",
Expand Down

0 comments on commit 4da5423

Please sign in to comment.