diff --git a/setup.cfg b/setup.cfg index 01e95b17..9ddb5cf8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ maintainer = Matthias Lee maintainer_email = pytesseract@madmaze.net description = Python-tesseract is a python wrapper for Google's Tesseract-OCR long_description = file: README.rst -long_description_content_type = text/x-rst +long_description_content_type = text/plain license = Apache License 2.0 license_file = LICENSE keywords = python-tesseract OCR Python diff --git a/unstructured_pytesseract/__init__.py b/unstructured_pytesseract/__init__.py index 93a5a79e..5c89196e 100644 --- a/unstructured_pytesseract/__init__.py +++ b/unstructured_pytesseract/__init__.py @@ -16,4 +16,4 @@ from .pytesseract import TSVNotSupported -__version__ = '0.3.14' +__version__ = '0.3.15'