Skip to content

Commit

Permalink
version bump + dependency version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 18, 2024
1 parent 6e1d1f3 commit 4a73d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stam-python"
version = "0.10.0"
version = "0.10.1"
edition = "2021"
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "STAM is a library for dealing with standoff annotations on text, this is the python binding."
Expand All @@ -19,7 +19,7 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = { version = "0.22.3", features = ["chrono"] }
rayon = "1.10.0"
stam = "0.16.3"
stam = "0.16.4"
stam-tools = "0.9.0"

[features]
Expand Down

0 comments on commit 4a73d7f

Please sign in to comment.