Skip to content

Commit ddc46d7

Browse files
committed
add repo data
1 parent b3e51d1 commit ddc46d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool.poetry]
22
name = "chinese-converter"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "convert simplified chinese text to traditional chinese"
55
authors = ["Zachary Juang <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
repository = "https://github.com/zachary822/chinese-converter"
89
packages = [
910
{ include = "chinese_converter" }
1011
]

0 commit comments

Comments
 (0)