diff --git a/idaes/ver.py b/idaes/ver.py index c3999426ca..87e078236c 100644 --- a/idaes/ver.py +++ b/idaes/ver.py @@ -184,7 +184,7 @@ def git_hash(): pass #: Package's version as an object -package_version = Version(2, 4, 0, "development", 0, gh) +package_version = Version(2, 4, 0, "candidate", 0, gh) #: Package's version as a simple string __version__ = str(package_version) diff --git a/setup.py b/setup.py index bf1676ecd3..724327147b 100644 --- a/setup.py +++ b/setup.py @@ -70,8 +70,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"',