Skip to content

Commit 4dda1fc

Browse files
committed
bump version v0.4.5
1 parent 3a3b29a commit 4dda1fc

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["text", "string", "search", "pattern", "multi"]
1313
license = "Apache-2.0 OR MIT"
1414
repository = "https://github.com/Lips7/Matcher"
15-
version = "0.4.4"
15+
version = "0.4.5"
1616
rust-version = "1.79.0"
1717

1818
[profile.release]

matcher_c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ name = "matcher_c"
1818
crate-type = ["cdylib", "rlib"]
1919

2020
[dependencies]
21-
matcher_rs = { path = "../matcher_rs", version = "0.4.4" }
21+
matcher_rs = { path = "../matcher_rs", version = "0.4.5" }
2222
rmp-serde = "1.3.0"
2323
sonic-rs = "0.3.8"

matcher_py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "matcher_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies]
22-
matcher_rs = { path = "../matcher_rs", version = "0.4.4" }
22+
matcher_rs = { path = "../matcher_rs", version = "0.4.5" }
2323
numpy = "0.21.0"
2424
pyo3 = { version = "0.21.2", features = ["extension-module", "serde"] }
2525
rmp-serde = "1.3.0"

matcher_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "matcher_py"
33
description = "Blazingly fast Word Matcher"
4-
version = "0.4.4"
4+
version = "0.4.5"
55
readme = "README.md"
66
requires-python = ">=3.8"
77
authors = [{ name = 'Fuji Guo', email = "f975793771@gmail.com" }]

0 commit comments

Comments
 (0)