From 00f30fbd1b0779ba5bd525ca2cecda8bde6cd8bc Mon Sep 17 00:00:00 2001 From: metab0t Date: Sun, 20 Oct 2024 17:26:55 +0800 Subject: [PATCH] Update 1.8.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 015118e..cf8c1cf 100644 --- a/setup.py +++ b/setup.py @@ -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, @@ -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="metab0t@outlook.com",