From 805d3959496232edf2f0feb41af750d5702d85b7 Mon Sep 17 00:00:00 2001 From: int3l Date: Sat, 5 Jun 2021 00:35:32 +0300 Subject: [PATCH] Bump version to 0.3.8 --- pytesseract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytesseract/__init__.py b/pytesseract/__init__.py index 499abd1..61f77d4 100644 --- a/pytesseract/__init__.py +++ b/pytesseract/__init__.py @@ -15,4 +15,4 @@ from .pytesseract import TSVNotSupported -__version__ = '0.3.7' +__version__ = '0.3.8'