Skip to content

Commit 1042b48

Browse files
committed
2.0.0a3
1 parent 6a90192 commit 1042b48

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
@@ -188,7 +188,7 @@ def git_hash():
188188
pass
189189

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

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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def dmf_data_files(root: str = DMF_DATA_ROOT) -> List[Tuple[str, List[str]]]:
8686
"pandas",
8787
"pint",
8888
"psutil",
89-
"pyomo @ https://github.com/IDAES/pyomo/archive/6.4.2.zip",
89+
"pyomo>=6.4.2",
9090
"pytest",
9191
"pyyaml",
9292
"requests", # for ui/fsvis

0 commit comments

Comments
 (0)