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