Skip to content

Commit

Permalink
Merge branch 'main' into pricetaker_clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a authored Feb 26, 2025
2 parents b5e6cdc + 5f3b33b commit 41ee6e0
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 @@ -184,7 +184,7 @@ def git_hash():
pass

#: Package's version as an object
package_version = Version(2, 8, 0, "development", 0, gh)
package_version = Version(2, 9, 0, "development", 0, gh)

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

0 comments on commit 41ee6e0

Please sign in to comment.