0.1.11 release

This commit is contained in:
Maciej Budyś
2023-08-27 23:47:09 +02:00
parent ea21bb71b3
commit 1a3ffca7c8
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ long_description = (Path(__file__).parent / "README.md").read_text('utf-8').spli
setup(
name="manga-ocr",
version='0.1.10',
version='0.1.11',
description="OCR for Japanese manga",
long_description=long_description,
long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@ setup(
"jaconv",
"loguru",
"numpy",
"Pillow",
"Pillow>=10.0.0",
"pyperclip",
"torch>=1.0",
"transformers>=4.25.0",