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 a88f493 commit d18ff78Copy full SHA for d18ff78
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.11.0"
+version = "0.11.1"
4
edition = "2021"
5
authors = ["Maarten van Gompel <[email protected]>"]
6
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
@@ -20,7 +20,7 @@ crate-type = ["cdylib"]
20
pyo3 = { version = "0.25.1", features = ["chrono"] }
21
rayon = "1.10.0"
22
stam = "0.17.0"
23
-stam-tools = "0.11.0"
+stam-tools = "0.11.1"
24
25
[features]
26
default = ["pyo3/extension-module"]
0 commit comments