From 2bd5f25dc7ea75e069c571075d4c884845d66baa Mon Sep 17 00:00:00 2001 From: Theo Beers Date: Sat, 14 Dec 2024 16:27:27 -0500 Subject: [PATCH] Increment patch version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d59f7f..728ad95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "feruca" -version = "0.10.0" +version = "0.10.1" edition = "2021" license = "MIT" -authors = ["Theo Beers "] +authors = ["Theo Beers "] repository = "https://github.com/theodore-s-beers/feruca" description = "An implementation of the Unicode Collation Algorithm" keywords = ["Unicode", "collation", "sorting"]