We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1d1f3 commit 4a73d7fCopy full SHA for 4a73d7f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.10.0"
+version = "0.10.1"
4
edition = "2021"
5
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
6
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
@@ -19,7 +19,7 @@ crate-type = ["cdylib"]
19
[dependencies]
20
pyo3 = { version = "0.22.3", features = ["chrono"] }
21
rayon = "1.10.0"
22
-stam = "0.16.3"
+stam = "0.16.4"
23
stam-tools = "0.9.0"
24
25
[features]
0 commit comments