Skip to content

Commit

Permalink
add repo data
Browse files Browse the repository at this point in the history
  • Loading branch information
zachary822 committed Sep 3, 2023
1 parent b3e51d1 commit ddc46d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <zachary822@me.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/zachary822/chinese-converter"
packages = [
{ include = "chinese_converter" }
]
Expand Down

0 comments on commit ddc46d7

Please sign in to comment.