Implement combos to switch/pause from other windows, update version

This commit is contained in:
AuroraWright
2024-02-08 19:42:36 +01:00
parent d415225b42
commit 26a65563f4
4 changed files with 84 additions and 49 deletions

View File

@@ -5,7 +5,7 @@ long_description = (Path(__file__).parent / "README.md").read_text('utf-8')
setup(
name="owocr",
version='1.4',
version='1.5',
description="Japanese OCR",
long_description=long_description,
long_description_content_type="text/markdown",