From dbf90306c69573a2dd183315a9bd6a3902aad041 Mon Sep 17 00:00:00 2001 From: Pierre Bonami Date: Mon, 18 Sep 2023 18:34:19 +0200 Subject: [PATCH] Bump up version number to 1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f3b38fa..95cccaf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gurobi-machinelearning" -version = "1.3.2" +version = "1.3.3" description = "package to insert ML models in Gurobi" readme = "README.md" requires-python = ">=3.9"