Skip to content

Commit

Permalink
0.2.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 28, 2021
1 parent 023cbc6 commit e794fbc
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 @@ -23,9 +23,9 @@
author = 'NAWI'

# The full version, including alpha/beta/rc tags
release = '0.2.0dev'
release = '0.2.0rc0'
# The short X.Y version
version = '0.2.0dev'
version = '0.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 @@ -52,7 +52,7 @@
setup(
name="proteuslib",
url="https://github.com/nawi-hub/proteuslib",
version="0.2.0dev",
version="0.2.0rc0",
description="ProteusLib modeling library",
long_description=long_description,
long_description_content_type="text/plain",
Expand Down Expand Up @@ -90,7 +90,7 @@
install_requires=[
# primary requirements for unit and property models
# maintainers: switch to SPECIAL_DEPENDENCIES_FOR_RELEASE when cutting a release of proteuslib
*SPECIAL_DEPENDENCIES_FOR_PRERELEASE,
*SPECIAL_DEPENDENCIES_FOR_RELEASE,
"pyomo", # (also needed for units in electrolyte database (edb))
# the following requirements are for the electrolyte database (edb)
"pymongo>3", # database interface
Expand Down

0 comments on commit e794fbc

Please sign in to comment.