From e98dc840b3c7acf5bbc87de7d2dda88c15fd5e54 Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Thu, 19 Sep 2024 07:08:37 +0000 Subject: [PATCH] Update version for the next release (v0.9.1) in Cargo.toml files --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 5db032f..3df77ac 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.9.0" +version = "0.9.1" license = "MIT" authors = ["Many "] edition = "2021"