From 2b708cd1f14fc1661e5970f212f783caf7a1b962 Mon Sep 17 00:00:00 2001 From: LippsApple Date: Mon, 18 Nov 2024 17:44:29 +0800 Subject: [PATCH] bump version v0.5.6 --- matcher_py/Cargo.toml | 2 +- matcher_py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matcher_py/Cargo.toml b/matcher_py/Cargo.toml index a834668..e8715b7 100644 --- a/matcher_py/Cargo.toml +++ b/matcher_py/Cargo.toml @@ -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" diff --git a/matcher_py/pyproject.toml b/matcher_py/pyproject.toml index f673fc1..2522388 100644 --- a/matcher_py/pyproject.toml +++ b/matcher_py/pyproject.toml @@ -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 = "f975793771@gmail.com" }]