diff --git a/pyproject.toml b/pyproject.toml index 8827fa0..439aeeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "chinese-converter" -version = "1.1.0" +version = "1.1.1" description = "convert simplified chinese text to traditional chinese" authors = ["Zachary Juang "] license = "MIT" readme = "README.md" +repository = "https://github.com/zachary822/chinese-converter" packages = [ { include = "chinese_converter" } ]