From 9fb7d2286a12cadcaf43ae41ef7806591415b079 Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Wed, 13 Nov 2024 14:38:58 +0000 Subject: [PATCH] Version 1.8.5 --- README.md | 2 +- setup.py | 2 +- textractor/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a6cda4..9ed545d 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Textractor can be cited using: author = {Belval, Edouard and Delteil, Thomas and Schade, Martin and Radhakrishna, Srividhya}, title = {{Amazon Textractor}}, url = {https://github.com/aws-samples/amazon-textract-textractor}, - version = {1.8.4}, + version = {1.8.5}, year = {2024} } ``` diff --git a/setup.py b/setup.py index 42b012a..0751c44 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.8.4", + version="1.8.5", 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 a59381e..6d7e817 100644 --- a/textractor/__init__.py +++ b/textractor/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.8.4" +__version__ = "1.8.5" from .textractor import Textractor