We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d53bd commit de5da01Copy full SHA for de5da01
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