From ba9ee749f61e3bedcffc6b232501ef3069ee6c33 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 19 Oct 2023 10:54:17 +0200 Subject: [PATCH] version bump + dependency version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"