From 647ebe67448bda561d8b7176e70c839aba86253c Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Fri, 7 Feb 2025 17:43:37 +0100 Subject: [PATCH] Update recommended version --- src/pyscipopt/scip.pxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyscipopt/scip.pxi b/src/pyscipopt/scip.pxi index 5636d578..4d22864c 100644 --- a/src/pyscipopt/scip.pxi +++ b/src/pyscipopt/scip.pxi @@ -38,7 +38,7 @@ include "nodesel.pxi" # recommended SCIP version; major version is required MAJOR = 9 -MINOR = 0 +MINOR = 2 PATCH = 1 # for external user functions use def; for functions used only inside the interface (starting with _) use cdef