Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 28, 2024
1 parent a4026b3 commit 195b8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jellyfish"
version = "1.0.4"
version = "1.1.0"
edition = "2021"
description = "Approximate and phonetic matching of strings."
authors = ["James Turk <dev@jamesturk.net>"]
Expand All @@ -15,7 +15,7 @@ name = "jellyfish"
crate-type = ["cdylib"]

[dependencies]
pyo3 = "0.20.0"
pyo3 = "0.22.2"
unicode-segmentation = "^1.6.0"
unicode-normalization = "^0.1"
smallvec = "1.10.0"
Expand Down

0 comments on commit 195b8fc

Please sign in to comment.