Skip to content

Commit ac6f1b6

Browse files
committed
1.10.1
1 parent c25ca7d commit ac6f1b6

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
@@ -192,7 +192,7 @@ def git_hash():
192192
pass
193193

194194
#: Package's version as an object
195-
package_version = Version(1, 10, 0, "final", 0, gh)
195+
package_version = Version(1, 10, 1, "final", 0, gh)
196196

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

0 commit comments

Comments
 (0)