From cdad6870d0b50f9b2382037fe27e1d53695c053e Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 6 Dec 2024 10:37:00 -0600 Subject: [PATCH] 2.7.0 --- idaes/ver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idaes/ver.py b/idaes/ver.py index d6c6566490..8b1cc62bf4 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, 7, 0, "candidate", 0, gh) +package_version = Version(2, 7, 0, "final", 0, gh) #: Package's version as a simple string __version__ = str(package_version)