Skip to content

Commit 93de5ee

Browse files
authored
bump version (#7)
1 parent 79c96fc commit 93de5ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pywordsegment"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Gal Ben David <[email protected]>"]
55
edition = "2021"
66
description = "Concatenated-word segmentation Python library written in Rust"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sdist-include = [
1414

1515
[tool.poetry]
1616
name = "pywordsegment"
17-
version = "0.4.2"
17+
version = "0.4.3"
1818
authors = ["Gal Ben David <[email protected]>"]
1919
description = "Concatenated-word segmentation Python library written in Rust"
2020
readme = "README.md"

0 commit comments

Comments
 (0)