Skip to content

Commit d18ff78

Browse files
committed
dependency update
1 parent a88f493 commit d18ff78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam-python"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
edition = "2021"
55
authors = ["Maarten van Gompel <[email protected]>"]
66
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
@@ -20,7 +20,7 @@ crate-type = ["cdylib"]
2020
pyo3 = { version = "0.25.1", features = ["chrono"] }
2121
rayon = "1.10.0"
2222
stam = "0.17.0"
23-
stam-tools = "0.11.0"
23+
stam-tools = "0.11.1"
2424

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

0 commit comments

Comments
 (0)