From eb26000508acbec29451b3bdeb21e689f52f76c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 19 May 2020 13:40:16 +0200 Subject: [PATCH] Bump version to 0.3.0 --- Cargo.lock | 4 ++-- sticker2-utils/Cargo.toml | 13 ++++++++++--- sticker2/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc20d64..a09ec5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1356,7 +1356,7 @@ dependencies = [ [[package]] name = "sticker2" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "approx", @@ -1384,7 +1384,7 @@ dependencies = [ [[package]] name = "sticker2-utils" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/sticker2-utils/Cargo.toml b/sticker2-utils/Cargo.toml index 0e27e93..3042917 100644 --- a/sticker2-utils/Cargo.toml +++ b/sticker2-utils/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "sticker2-utils" -version = "0.2.0" -authors = ["Daniël de Kok "] +version = "0.3.0" edition = "2018" +authors = ["Daniël de Kok "] +description = "Neural sequence labeler" +documentation = "https://github.com/stickeritis/sticker" +homepage = "https://github.com/stickeritis/sticker" +repository = "https://github.com/stickeritis/sticker.git" +# Use after SPDX list is updated +# license = "BlueOak-1.0.0" +license-file = "../LICENSE.md" [[bin]] name = "sticker2" @@ -17,7 +24,7 @@ itertools = "0.9" ordered-float = { version = "1", features = ["serde"] } serde_yaml = "0.8" stdinout = "0.4" -sticker2 = { path = "../sticker2", default-features = false } +sticker2 = { path = "../sticker2", version = "0.3.0", default-features = false } sticker-encoders = "0.5" sticker-transformers = { version = "0.7", default-features = false } tch = "0.1.7" diff --git a/sticker2/Cargo.toml b/sticker2/Cargo.toml index a3c636e..8593603 100644 --- a/sticker2/Cargo.toml +++ b/sticker2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sticker2" -version = "0.2.0" +version = "0.3.0" edition = "2018" authors = ["Daniël de Kok "] description = "Neural sequence labeler"