Skip to content

Commit

Permalink
socha: update version numbers in Cargo.toml and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxblan committed Mar 13, 2024
1 parent 6e9cad1 commit f27344c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_socha"
version = "2.1.2"
version = "2.2.0"
edition = "2021"

[lib]
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "socha"
version = "2.1.2"
version = "2.2.0"
authors = [{ name = "maxblan", email = "[email protected]" }]
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"
Expand Down

0 comments on commit f27344c

Please sign in to comment.