Skip to content

Commit 2a32bb7

Browse files
committed
version bump and dependency update
1 parent a79c638 commit 2a32bb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam-python"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
66
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
@@ -17,10 +17,10 @@ name = "stam"
1717
crate-type = ["cdylib"]
1818

1919
[dependencies]
20-
pyo3 = { version = "0.25.1", features = ["chrono"] }
21-
rayon = "1.10.0"
22-
stam = "0.17.0"
23-
stam-tools = "0.11.1"
20+
pyo3 = { version = "0.26.0", features = ["chrono"] }
21+
rayon = "1.11.0"
22+
stam = "0.18.0"
23+
stam-tools = "0.12.0"
2424

2525
[features]
2626
default = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)