From 7a6dddb2339114a1a6479c18e57ef6e50684d1c3 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Sat, 25 Jan 2025 13:41:20 +0100 Subject: [PATCH] Update version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b4b403..1538ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "russcip" -authors = ["Mohammad Ghannam "] +authors = ["Mohammed Ghannam "] description = "Rust interface for SCIP" license = "Apache-2.0" repository = "https://github.com/scipopt/russcip" -version = "0.5.1" +version = "0.6.0" edition = "2021" exclude = ["data/test/*"]