From c0bf7e4132266db68fbea6e0f88c5a08d1f38907 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 31 Aug 2023 22:57:55 -0500 Subject: [PATCH] 2.2.0rc0 --- idaes/ver.py | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/idaes/ver.py b/idaes/ver.py index 94c07770ba..f292b9c827 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, 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) diff --git a/setup.py b/setup.py index 14b81b061b..1448751625 100644 --- a/setup.py +++ b/setup.py @@ -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"',