Skip to content

Commit ff054f7

Browse files
committed
version bump and dependency update
1 parent 1057fa7 commit ff054f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stam-python"
3-
version = "0.8.4"
3+
version = "0.9.0"
44
edition = "2021"
55
authors = ["Maarten van Gompel <[email protected]>"]
66
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
@@ -18,8 +18,8 @@ crate-type = ["cdylib"]
1818

1919
[dependencies]
2020
pyo3 = { version = "0.20.3", features = ["chrono"] }
21-
stam = "0.14.2"
22-
stam-tools = "0.7.4"
21+
stam = "0.15.0"
22+
stam-tools = "0.8.0"
2323

2424
[features]
2525
default = ["pyo3/extension-module"]

0 commit comments

Comments
 (0)