From de7c9ae5eb00398e6672b14ad55a522cde20357d Mon Sep 17 00:00:00 2001 From: int3l Date: Mon, 14 Mar 2022 21:05:41 +0200 Subject: [PATCH] Bump version to 0.3.10 --- pytesseract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytesseract/__init__.py b/pytesseract/__init__.py index 2649842..df86094 100644 --- a/pytesseract/__init__.py +++ b/pytesseract/__init__.py @@ -15,4 +15,4 @@ from .pytesseract import TSVNotSupported -__version__ = '0.3.9' +__version__ = '0.3.10'