Skip to content

Commit ad87487

Browse files
committed
1.10.0 final release
with pyomo 6.0.1
1 parent 13d9848 commit ad87487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, "candidate", 1, gh)
195+
package_version = Version(1, 10, 0, "final", 0, gh)
196196

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def rglob(path, glob):
3434

3535

3636
DEPENDENCIES_FOR_PRERELEASE_VERSION = [
37-
"pyomo>=6.0",
37+
"pyomo>=6.0.1",
3838
]
3939

4040

0 commit comments

Comments
 (0)