diff --git a/Cargo.toml b/Cargo.toml index 6cf191c..478cfcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stam-tools" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Maarten van Gompel "] description = "Command-line tools for working with standoff annotations on text (STAM)" @@ -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"