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 19, 2023
1 parent cf26826 commit ba9ee74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stam-tools"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Maarten van Gompel <proycon@anaproy.nl>"]
description = "Command-line tools for working with standoff annotations on text (STAM)"
Expand All @@ -13,5 +13,5 @@ repository = "https://github.com/annotation/stam-tools"
keywords = [ "text-processing", "annotation", "linguistics", "standoff", "nlp"]

[dependencies]
stam = "0.7.0"
stam = "0.8.0"
clap = "3.2.23"

0 comments on commit ba9ee74

Please sign in to comment.