We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c692dac commit 7e76bccCopy full SHA for 7e76bcc
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stam-python"
3
-version = "0.0.4"
+version = "0.0.5"
4
edition = "2021"
5
authors = ["Maarten van Gompel <[email protected]>"]
6
description = "STAM is a library for dealing with standoff annotations on text"
@@ -18,7 +18,7 @@ crate-type = ["cdylib"]
18
19
[dependencies]
20
pyo3 = "0.18.2"
21
-stam = "0.4.0"
+stam = "0.5.0"
22
23
[features]
24
default = ["pyo3/extension-module"]
0 commit comments