From 6f317cf72ebf701b6bbad95c2769b63e6b73a5cf Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Sat, 30 Mar 2024 12:12:42 +0100 Subject: [PATCH] Update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df7158b..1e7239d 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.2" +version = "0.3.3" edition = "2021" exclude = ["data/test/*"]