0.1.10 release

This commit is contained in:
Maciej Budyś
2023-05-08 00:38:47 +02:00
parent b2049017ab
commit b0cac91777
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
__version__ = '0.1.9'
__version__ = '0.1.10'
from manga_ocr.ocr import MangaOcr

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.9',
version='0.1.10',
description="OCR for Japanese manga",
long_description=long_description,
long_description_content_type="text/markdown",