Skip to content

Commit f0cbb01

Browse files
committed
clean up
1 parent 8b13060 commit f0cbb01

File tree

2 files changed

+3
-27
lines changed

2 files changed

+3
-27
lines changed

HiGHS.sln

Lines changed: 0 additions & 24 deletions
This file was deleted.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "highspy"
11-
version = "1.12.0.dev1"
11+
version = "1.12.0.dev2"
1212
description = "A thin set of pybind11 wrappers to HiGHS"
1313
authors = [{ name = "HiGHS developers", email = "[email protected]" }]
1414
readme = "README.md"
@@ -56,8 +56,8 @@ wheel.packages = ["highs/highspy"]
5656
sdist.include = [
5757
"highs/highspy/highs.py",
5858
"highs/highspy/__init__.py",
59-
# "highs/highspy/__init__.pyi",
60-
# "highs/highspy/_core/*.pyi",
59+
"highs/highspy/__init__.pyi",
60+
"highs/highspy/_core/*.pyi",
6161
"tests/test_highspy.py",
6262
"Version.txt",
6363
"LICENSE",

0 commit comments

Comments
 (0)