Skip to content

Commit 86e8afc

Browse files
authored
Merge pull request #899 from scipopt/mt/update_version
Update recommended version. We're currently on 9.1.0
2 parents d5d53bd + de5da01 commit 86e8afc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ include "nodesel.pxi"
3838

3939
# recommended SCIP version; major version is required
4040
MAJOR = 9
41-
MINOR = 0
41+
MINOR = 1
4242
PATCH = 0
4343

4444
# for external user functions use def; for functions used only inside the interface (starting with _) use cdef

0 commit comments

Comments
 (0)