bump version to 0.11.1
diff --git a/Cargo.toml b/Cargo.toml
index 18bd760..7a17be5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "jellyfish"
-version = "0.11.0"
+version = "0.11.1"
 edition = "2021"
 description = "Approximate and phonetic matching of strings."
 authors = ["James Turk <dev@jamesturk.net>"]