From 3605efa0b8a472cd887fd7f3ca757839b8f864e1 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Mon, 27 Jan 2025 11:51:09 +0100 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1538ec6..8e368fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = ["Mohammed Ghannam "] description = "Rust interface for SCIP" license = "Apache-2.0" repository = "https://github.com/scipopt/russcip" -version = "0.6.0" +version = "0.6.1" edition = "2021" exclude = ["data/test/*"]