Skip to content

Commit

Permalink
Update 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Oct 20, 2024
1 parent bf0b2c1 commit 00f30fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def build_highs():
"--depth",
"1",
"--branch",
"v1.7.2",
"v1.8.0",
"https://github.com/ERGO-Code/HiGHS.git",
],
cwd=this_directory,
Expand Down Expand Up @@ -160,7 +160,7 @@ def patch_rpath(executable_path: str):

setup(
name="highsbox",
version="1.7.2.post2",
version="1.8.0",
cmdclass=cmdclass,
author="Yue Yang",
author_email="[email protected]",
Expand Down

0 comments on commit 00f30fb

Please sign in to comment.