From 7c5e88c9892ba2627ecd281eb3c160de39c06efb Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Thu, 24 Oct 2024 13:49:34 +0200 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8be572a..ddb1a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Mohammad Ghannam "] description = "Rust interface for SCIP" license = "Apache-2.0" repository = "https://github.com/scipopt/russcip" -version = "0.3.4" +version = "0.4.0" edition = "2021" exclude = ["data/test/*"]