Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Sep 23, 2023
1 parent d4a79ef commit cff7be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/ver.py
Expand Up @@ -184,7 +184,7 @@ def git_hash():
pass

#: Package's version as an object
package_version = Version(2, 2, 0, "candidate", 2, gh)
package_version = Version(2, 2, 0, "final", 0, gh)

#: Package's version as a simple string
__version__ = str(package_version)

0 comments on commit cff7be4

Please sign in to comment.