We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e51d1 commit ddc46d7Copy full SHA for ddc46d7
pyproject.toml
@@ -1,10 +1,11 @@
1
[tool.poetry]
2
name = "chinese-converter"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "convert simplified chinese text to traditional chinese"
5
authors = ["Zachary Juang <[email protected]>"]
6
license = "MIT"
7
readme = "README.md"
8
+repository = "https://github.com/zachary822/chinese-converter"
9
packages = [
10
{ include = "chinese_converter" }
11
]
0 commit comments