From 1a68d3039dd9bae00598292371e09e39f6952ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Wed, 10 Jun 2020 14:12:01 +0200 Subject: [PATCH] Bump version to 0.11.1 --- Cargo.lock | 6 +++--- sticker-utils/Cargo.toml | 2 +- sticker/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9df13b7..ce48b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -948,7 +948,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sticker" -version = "0.11.0" +version = "0.11.1" dependencies = [ "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "conllx 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "sticker-utils" -version = "0.11.0" +version = "0.11.1" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "conllx 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1011,7 +1011,7 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "stdinout 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sticker 0.11.0", + "sticker 0.11.1", "sticker-encoders 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "tensorflow 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/sticker-utils/Cargo.toml b/sticker-utils/Cargo.toml index fd4aa7e..51bc67c 100644 --- a/sticker-utils/Cargo.toml +++ b/sticker-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sticker-utils" -version = "0.11.0" +version = "0.11.1" edition = "2018" authors = ["Daniël de Kok "] description = "Neural sequence labeler (utilities)" diff --git a/sticker/Cargo.toml b/sticker/Cargo.toml index 2f73a92..d6029e4 100644 --- a/sticker/Cargo.toml +++ b/sticker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sticker" -version = "0.11.0" +version = "0.11.1" edition = "2018" authors = ["Daniël de Kok "] description = "Neural sequence labeler"