From 5a7a39b2886814b4e53b741b9d44ad1a064b3e2e Mon Sep 17 00:00:00 2001 From: Edouard Belval Date: Wed, 6 Nov 2024 22:21:02 +0000 Subject: [PATCH] Version 1.8.4 --- README.md | 2 +- setup.py | 3 +-- textractor/__init__.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b78df2d..8a6cda4 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.3}, + version = {1.8.4}, year = {2024} } ``` diff --git a/setup.py b/setup.py index ded0373..42b012a 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.3", + version="1.8.4", license="Apache 2.0", description="A package to use AWS Textract services.", url="https://github.com/aws-samples/amazon-textract-textractor", @@ -49,7 +49,6 @@ def _run(self, command): long_description_content_type="text/markdown", classifiers=[ "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/textractor/__init__.py b/textractor/__init__.py index 93f662e..a59381e 100644 --- a/textractor/__init__.py +++ b/textractor/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.8.3" +__version__ = "1.8.4" from .textractor import Textractor