Skip to content

Commit

Permalink
2.6.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 6, 2024
1 parent 8ebf0b8 commit 959a7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion idaes/ver.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def git_hash():
pass

#: Package's version as an object
package_version = Version(2, 6, 0, "development", 0, gh)
package_version = Version(2, 6, 0, "candidate", 0, gh)

#: Package's version as a simple string
__version__ = str(package_version)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ExtraDependencies:
ui = [
# FIXME this must be changed to the PyPI distribution for the release
# "idaes-ui",
"idaes-ui @ git+https://github.com/IDAES/idaes-ui@main",
"idaes-ui>=0.24.8",
]
omlt = [
"omlt==1.1", # fix the version for now as package evolves
Expand Down

0 comments on commit 959a7ca

Please sign in to comment.