Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Retr0327 committed Mar 16, 2023
1 parent b88e310 commit 7e94ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ckip2tei"
version = "1.0.0"
version = "1.0.1"
description = "A Python package that asynchronously segments JSON data into TEI XML format."
authors = ["Retr0327"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():

setup(
name="ckip2tei",
version="1.0.0",
version="1.0.1",
description="A Python package that asynchronously segments JSON data into TEI XML format.",
packages=find_namespace_packages(
include=[
Expand Down

0 comments on commit 7e94ce3

Please sign in to comment.