File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pywordsegment"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44authors = [
" Gal Ben David <[email protected] >" ]
55edition = " 2018"
66description = " Concatenated-word segmentation Python library written in Rust"
@@ -31,7 +31,7 @@ crate-type = ["cdylib"]
3131[dependencies ]
3232
3333[dependencies .pyo3 ]
34- version = " 0.12"
34+ version = " 0.12.4 "
3535features = [" extension-module" ]
3636
3737[profile .release ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ strip = true
1515
1616[tool .poetry ]
1717name = " pywordsegment"
18- version = " 0.1.3 "
18+ version = " 0.1.4 "
1919authors = [
" Gal Ben David <[email protected] >" ]
2020description = " Concatenated-word segmentation Python library written in Rust"
2121readme = " README.md"
You can’t perform that action at this time.
0 commit comments