New version

This commit is contained in:
AuroraWright
2025-10-09 19:59:34 +02:00
parent ba9948e9aa
commit fb43d5fa8f

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "owocr"
version = "1.16.2"
version = "1.17"
description = "Japanese OCR"
readme = "README.md"
requires-python = ">=3.11"
@@ -27,6 +27,7 @@ dependencies = [
"mss",
"psutil",
"requests",
"rapidfuzz",
"pywin32;platform_system=='Windows'",
"pyobjc;platform_system=='Darwin'"
]