Skip to content

Commit 5f279ca

Browse files
committed
chore: bump up version
1 parent 6f57861 commit 5f279ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "_socha"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
edition = "2021"
55

66
[lib]
@@ -11,6 +11,7 @@ crate-type = ["cdylib"]
1111
pyo3 = { version = "0.21.2" }
1212
pyo3-log = "0.10.0"
1313
log = "0.4.20"
14+
itertools = "0.13.0"
1415

1516
[features]
1617
extension-module = ["pyo3/extension-module"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "socha"
7-
version = "3.3.0"
7+
version = "3.4.0"
88
authors = [{ name = "maxblan", email = "[email protected]" }]
99
description = "Dieses Paket ist für die Software-Challenge Germany 2025, bei der in dieser Saison das Spiel 'Hase und Igel' im Mittelpunkt steht."
1010
readme = "README.md"

0 commit comments

Comments
 (0)