From 0026cf47a15e6081a0d4f8c11e7e5faa31311abf Mon Sep 17 00:00:00 2001 From: int3l Date: Fri, 25 Aug 2023 22:59:18 +0300 Subject: [PATCH] Bump version to 0.3.11 --- pytesseract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytesseract/__init__.py b/pytesseract/__init__.py index df86094..4d15ed6 100644 --- a/pytesseract/__init__.py +++ b/pytesseract/__init__.py @@ -15,4 +15,4 @@ from .pytesseract import TSVNotSupported -__version__ = '0.3.10' +__version__ = '0.3.11'