We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34168ef commit c1ec1eeCopy full SHA for c1ec1ee
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pywordsegment"
3
-version = "0.1.3"
+version = "0.1.4"
4
authors = ["Gal Ben David <gal@intsights.com>"]
5
edition = "2018"
6
description = "Concatenated-word segmentation Python library written in Rust"
@@ -31,7 +31,7 @@ crate-type = ["cdylib"]
31
[dependencies]
32
33
[dependencies.pyo3]
34
-version = "0.12"
+version = "0.12.4"
35
features = ["extension-module"]
36
37
[profile.release]
pyproject.toml
@@ -15,7 +15,7 @@ strip = true
15
16
[tool.poetry]
17
18
19
20
21
readme = "README.md"
0 commit comments