From e75107288c4151efc7f0978ade815e2df5f1acb5 Mon Sep 17 00:00:00 2001 From: maxblan Date: Sun, 7 Jan 2024 18:57:55 +0100 Subject: [PATCH] chor(socha): bump to 2.1.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8085e41..872b5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_socha" -version = "2.0.9" +version = "2.1.0" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 5878dbc..9599d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "socha" -version = "2.0.9" +version = "2.1.0" authors = [{ name = "maxblan", email = "stu222782@mail.uni-kiel.de" }] description = "This is the package for the Software-Challenge Germany 2023. This Season the game will be 'Hey, danke für den Fisch' a.k.a. 'Penguins' in short." readme = "README.md"