Skip to content

Commit

Permalink
0.10.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 29, 2023
1 parent a7e3f32 commit 4f96f15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 = "0.10.dev0"
release = "0.10.0rc0"
# The short X.Y version
version = "0.10.dev0"
version = "0.10.0rc0"
# -- General configuration ---------------------------------------------------


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#################################################################################
###############################################################################
# WaterTAP Copyright (c) 2020-2023, The Regents of the University of California,
# through Lawrence Berkeley National Laboratory, Oak Ridge National Laboratory,
# National Renewable Energy Laboratory, and National Energy Technology
Expand Down Expand Up @@ -37,7 +37,7 @@
setup(
name="watertap",
url="https://github.com/watertap-org/watertap",
version="0.10.dev0",
version="0.10.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", # (also needed for units in electrolyte database (edb))
"pyyaml", # watertap.core.wt_database
# the following requirements are for the electrolyte database (edb)
Expand Down

0 comments on commit 4f96f15

Please sign in to comment.