From 43de691e11ea8ba26f33e542986961861838ceda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=BCtz?= Date: Sat, 14 Oct 2023 11:22:40 +0200 Subject: [PATCH] Bump version to 0.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67e8196..58bd62d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "finalfrontier" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 728b6b3..2c12906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "finalfrontier" -version = "0.9.0" +version = "0.10.0" edition = "2021" description = "Train/use word embeddings with subword units" documentation = "https://docs.rs/finalfrontier/"