Skip to content

Commit

Permalink
Update version to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshi committed Oct 20, 2024
1 parent b2385ac commit c7be6ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from charset_mnbvc import api
with open("tests/fixtures/10.txt", "rb") as f:
data = f.read()
ret, percentage = api.check_zh_en(file_path)
ret, percentage = api.check_zh_en(data)
print(f"是否为中英文文档: {ret}, 比例: {percentage}")
```

Expand Down
2 changes: 1 addition & 1 deletion charset_mnbvc/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""version"""

__version__ = '0.0.16'
__version__ = '0.0.17'
VERSION = __version__.split('.')

0 comments on commit c7be6ae

Please sign in to comment.