From f27344ce004d9b966f4afdb9c76d65e1041586cc Mon Sep 17 00:00:00 2001 From: maxblan Date: Wed, 13 Mar 2024 21:24:05 +0100 Subject: [PATCH] socha: update version numbers in Cargo.toml and pyproject.toml --- Cargo.toml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40711a9..9d43f2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "_socha" -version = "2.1.2" +version = "2.2.0" edition = "2021" [lib] @@ -11,8 +11,8 @@ crate-type = ["cdylib"] libm = "0.2.5" libmath = "0.2.1" regex = "1.7.1" -yaserde = "0.8.0" -yaserde_derive = "0.8.0" +yaserde = "0.10.0" +yaserde_derive = "0.10.0" pyo3 = { version = "0.20.0" } pyo3-log = "0.9.0" log = "0.4.20" diff --git a/pyproject.toml b/pyproject.toml index afd2ffe..4014428 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "socha" -version = "2.1.2" +version = "2.2.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"