We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dbbe4 commit 3f0689eCopy full SHA for 3f0689e
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.10.0"
+version = "0.11.0"
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,8 +19,8 @@ crate-type = ["cdylib"]
19
[dependencies]
20
pyo3 = { version = "0.20.3", features = ["chrono"] }
21
rayon = "1.10.0"
22
-stam = "0.16.2"
23
-stam-tools = "0.8.3"
+stam = "0.16.3"
+stam-tools = "0.9.0"
24
25
[features]
26
default = ["pyo3/extension-module"]
0 commit comments