Skip to content

Commit

Permalink
version bump + upgraded to stam-rust 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 4, 2024
1 parent 1245082 commit 689cbdf
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-tools"
version = "0.8.3"
version = "0.9.0"
edition = "2021"
authors = ["Maarten van Gompel <[email protected]>"]
description = "Command-line tools for working with stand-off annotations on text (STAM)"
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/annotation/stam-tools"
keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"]

[dependencies]
stam = { version = "0.16.2" }
stam = { version = "0.16.3" }
clap = "3.2.23"
html-escape = "0.2.13"
seal = "0.1.5"
Expand Down

0 comments on commit 689cbdf

Please sign in to comment.