From 9fea74e35948ea856b84ad8519d720ed00b76dc0 Mon Sep 17 00:00:00 2001 From: maxblan <35808469+maxblan@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:25:29 +0100 Subject: [PATCH] chore: bump version to 3.6.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 717cbfe..06e81b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_socha" -version = "3.5.2" +version = "3.6.0" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 5528f1c..75e791b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "socha" -version = "3.5.2" +version = "3.6.0" authors = [{ name = "maxblan", email = "stu222782@mail.uni-kiel.de" }] description = "Dieses Paket ist für die Software-Challenge Germany 2025, bei der in dieser Saison das Spiel 'Hase und Igel' im Mittelpunkt steht." readme = "README.md"