Skip to content

Commit

Permalink
1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Jan 21, 2022
1 parent 590d536 commit 6d2df7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/ver.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def git_hash():
pass

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

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

0 comments on commit 6d2df7b

Please sign in to comment.