Skip to content

Commit 0bdd637

Browse files
committed
2.0.0b2
1 parent 0421ca4 commit 0bdd637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: idaes/ver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def git_hash():
188188
pass
189189

190190
#: Package's version as an object
191-
package_version = Version(2, 0, 0, "beta", 1, gh)
191+
package_version = Version(2, 0, 0, "beta", 2, gh)
192192

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

0 commit comments

Comments
 (0)