Skip to content

Commit

Permalink
1.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jul 3, 2024
1 parent fc127c7 commit 36b8344
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.0.dev0"
release = "1.0.0rc0"
# The short X.Y version
version = "1.0.dev0"
version = "1.0.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 @@ -37,7 +37,7 @@
setup(
name="watertap",
url="https://github.com/watertap-org/watertap",
version="1.0.dev0",
version="1.0.0rc0",
description="WaterTAP modeling library",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -79,7 +79,7 @@
install_requires=[
# primary requirements for unit and property models
# maintainers: switch to SPECIAL_DEPENDENCIES_FOR_RELEASE when cutting a release of watertap
*SPECIAL_DEPENDENCIES_FOR_PRERELEASE,
*SPECIAL_DEPENDENCIES_FOR_RELEASE,
"pyomo>=6.6.1",
"pyyaml", # watertap.core.wt_database
# for parameter_sweep
Expand Down

0 comments on commit 36b8344

Please sign in to comment.