From 70df6de4b3a4f9290324d0928a5a41b7260c8a24 Mon Sep 17 00:00:00 2001 From: maxblan Date: Fri, 21 Jun 2024 21:29:49 +0200 Subject: [PATCH] chor(hui): bump to 3.2.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0550ba8..a47b576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_socha" -version = "3.1.0" +version = "3.2.0" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 7633f27..948a191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "socha" -version = "3.1.0" +version = "3.2.0" authors = [{ name = "maxblan", email = "stu222782@mail.uni-kiel.de" }] description = "This is the package for the Software-Challenge Germany 2024. This Season the game will be 'Mississippi Queen'." readme = "README.md"