We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5d53bd + de5da01 commit 86e8afcCopy full SHA for 86e8afc
1 file changed
src/pyscipopt/scip.pxi
@@ -38,7 +38,7 @@ include "nodesel.pxi"
38
39
# recommended SCIP version; major version is required
40
MAJOR = 9
41
-MINOR = 0
+MINOR = 1
42
PATCH = 0
43
44
# for external user functions use def; for functions used only inside the interface (starting with _) use cdef
0 commit comments