Skip to content

Commit

Permalink
2.2.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 1, 2023
1 parent 53e9feb commit c0bf7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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, 2, 0, "development", 0, gh)
package_version = Version(2, 2, 0, "candidate", 0, gh)

#: Package's version as a simple string
__version__ = str(package_version)
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,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",
]
_ipython = [
'ipython <= 8.12; python_version == "3.8"',
Expand Down

0 comments on commit c0bf7e4

Please sign in to comment.