diff --git a/Cargo.toml b/Cargo.toml index a1fda32..40cc68e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_socha" -version = "2.0.7" +version = "2.0.8" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index f15a548..7be7ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "socha" -version = "2.0.7" +version = "2.0.8" 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"