Skip to content

Commit 4a73d7f

Browse files
committed
version bump + dependency version bump
1 parent 6e1d1f3 commit 4a73d7f

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.10.0"
3+
version = "0.10.1"
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."
@@ -19,7 +19,7 @@ crate-type = ["cdylib"]
1919
[dependencies]
2020
pyo3 = { version = "0.22.3", features = ["chrono"] }
2121
rayon = "1.10.0"
22-
stam = "0.16.3"
22+
stam = "0.16.4"
2323
stam-tools = "0.9.0"
2424

2525
[features]

0 commit comments

Comments
 (0)