Skip to content

Commit

Permalink
bump version v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lips7 committed Nov 18, 2024
1 parent e3f6ce3 commit 2b708cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matcher_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "matcher_py"
crate-type = ["cdylib"]

[dependencies]
matcher_rs = { path = "../matcher_rs", version = "0.5.5" }
matcher_rs = { path = "../matcher_rs", version = "0.5.6" }
pyo3 = { version = "0.23.1", features = ["extension-module"] }
sonic-rs = "0.3.16"

Expand Down
2 changes: 1 addition & 1 deletion matcher_py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "matcher_py"
description = "A high-performance matcher designed to solve LOGICAL and TEXT VARIATIONS problems in word matching, implemented in Rust."
version = "0.5.5"
version = "0.5.6"
readme = "README.md"
requires-python = ">=3.8"
authors = [{ name = 'Foster Guo', email = "[email protected]" }]
Expand Down

0 comments on commit 2b708cd

Please sign in to comment.