Skip to content

Commit

Permalink
Update to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t authored Jun 11, 2024
1 parent 74cce4e commit 03ad7fe
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 @@ -42,7 +42,7 @@ def build_highs():
"--depth",
"1",
"--branch",
"v1.7.0",
"v1.7.1",
"https://github.com/ERGO-Code/HiGHS.git",
],
cwd=this_directory,
Expand Down Expand Up @@ -157,7 +157,7 @@ def patch_rpath(executable_path: str):

setup(
name="highsbox",
version="1.7.0",
version="1.7.1",
cmdclass=cmdclass,
author="Yue Yang",
author_email="[email protected]",
Expand Down

0 comments on commit 03ad7fe

Please sign in to comment.