Skip to content

Commit 72bd8a9

Browse files
author
Gal Ben David
committed
added pypi homepage reference
1 parent d5fd9c1 commit 72bd8a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "pywordsegment"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Gal Ben David <[email protected]>"]
55
edition = "2018"
66
description = "Concatenated-word segmentation Python library written in Rust"
77
readme = "README.md"
88
repository = "https://github.com/intsights/pywordsegment"
9+
homepage = "https://github.com/intsights/pywordsegment"
910
license = "MIT"
1011
keywords = ["word", "segment", "rust", "pyo3"]
1112

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ strip = true
1515

1616
[tool.poetry]
1717
name = "pywordsegment"
18-
version = "0.1.0"
18+
version = "0.1.1"
1919
authors = ["Gal Ben David <[email protected]>"]
2020
description = "Concatenated-word segmentation Python library written in Rust"
2121
readme = "README.md"

0 commit comments

Comments
 (0)