Skip to content

Commit

Permalink
1.10.0 final release
Browse files Browse the repository at this point in the history
with pyomo 6.0.1
  • Loading branch information
ksbeattie committed Jun 4, 2021
1 parent 13d9848 commit ad87487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 10, 0, "candidate", 1, gh)
package_version = Version(1, 10, 0, "final", 0, gh)

#: Package's version as a simple string
__version__ = str(package_version)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def rglob(path, glob):


DEPENDENCIES_FOR_PRERELEASE_VERSION = [
"pyomo>=6.0",
"pyomo>=6.0.1",
]


Expand Down

0 comments on commit ad87487

Please sign in to comment.