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 1057fa7 commit ff054f7Copy full SHA for ff054f7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.8.4"
+version = "0.9.0"
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."
@@ -18,8 +18,8 @@ crate-type = ["cdylib"]
18
19
[dependencies]
20
pyo3 = { version = "0.20.3", features = ["chrono"] }
21
-stam = "0.14.2"
22
-stam-tools = "0.7.4"
+stam = "0.15.0"
+stam-tools = "0.8.0"
23
24
[features]
25
default = ["pyo3/extension-module"]
0 commit comments