Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Mar 5, 2024
1 parent f78bc6f commit 6652618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = [
"setuptools>=45",
"setuptools>=42",
"pybind11>=2.4",
"wheel",
"cmake>=3.12",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
# logic and declaration, and simpler if you include description/version in a file.
setup(
name="highspy",
version="1.6.6.dev2",
version="1.6.8",
description = "A thin set of pybind11 wrappers to HiGHS",
author="HiGHS developers",
author_email="[email protected]",
Expand Down

0 comments on commit 6652618

Please sign in to comment.