From bb128f3ab846e4144d1e7529e37801554d5aef75 Mon Sep 17 00:00:00 2001 From: int3l Date: Sun, 15 Oct 2023 18:38:28 +0300 Subject: [PATCH] Bump version to 0.3.13 --- pytesseract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytesseract/__init__.py b/pytesseract/__init__.py index 5790a0f..40164fa 100644 --- a/pytesseract/__init__.py +++ b/pytesseract/__init__.py @@ -16,4 +16,4 @@ from .pytesseract import TSVNotSupported -__version__ = '0.3.12' +__version__ = '0.3.13'