We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79c638 commit 2a32bb7Copy full SHA for 2a32bb7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.11.1"
+version = "0.12.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."
@@ -17,10 +17,10 @@ name = "stam"
17
crate-type = ["cdylib"]
18
19
[dependencies]
20
-pyo3 = { version = "0.25.1", features = ["chrono"] }
21
-rayon = "1.10.0"
22
-stam = "0.17.0"
23
-stam-tools = "0.11.1"
+pyo3 = { version = "0.26.0", features = ["chrono"] }
+rayon = "1.11.0"
+stam = "0.18.0"
+stam-tools = "0.12.0"
24
25
[features]
26
default = ["pyo3/extension-module"]
0 commit comments