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"