diff --git a/setup.py b/setup.py index 12dc12ae..408e6735 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def _run(self, command): setup( # include data files name="amazon-textract-textractor", - version="1.7.5", + version="1.7.6", license="Apache 2.0", description="A package to use AWS Textract services.", url="https://github.com/aws-samples/amazon-textract-textractor", diff --git a/textractor/__init__.py b/textractor/__init__.py index cd08ed4e..a4398c01 100644 --- a/textractor/__init__.py +++ b/textractor/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.7.5" +__version__ = "1.7.6" from .textractor import Textractor \ No newline at end of file