From 55b2391af353b45b2b83ae027e9f0dce0e9c3cf1 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 6 Jun 2024 16:20:03 -0500 Subject: [PATCH] 2.5.0 --- idaes/ver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idaes/ver.py b/idaes/ver.py index 543116c99d..d0025d70fc 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, 5, 0, "candidate", 1, gh) +package_version = Version(2, 5, 0, "final", 0, gh) #: Package's version as a simple string __version__ = str(package_version)