Skip to content

Commit

Permalink
version bump + dependency version bump against stam-rust and stam-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed May 27, 2024
1 parent 925e70d commit 54bdcf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stam-python"
version = "0.8.1"
version = "0.8.2"
edition = "2021"
authors = ["Maarten van Gompel <[email protected]>"]
description = "STAM is a library for dealing with standoff annotations on text"
Expand All @@ -18,8 +18,8 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.20.3", features = ["chrono"] }
stam = "0.14.0"
stam-tools = "0.7.1"
stam = "0.14.1"
stam-tools = "0.7.2"

[features]
default = ["pyo3/extension-module"]
Expand Down

0 comments on commit 54bdcf3

Please sign in to comment.