Skip to content

Commit 5a7a39b

Browse files
committed
Version 1.8.4
1 parent 94ac825 commit 5a7a39b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Textractor can be cited using:
127127
author = {Belval, Edouard and Delteil, Thomas and Schade, Martin and Radhakrishna, Srividhya},
128128
title = {{Amazon Textractor}},
129129
url = {https://github.com/aws-samples/amazon-textract-textractor},
130-
version = {1.8.3},
130+
version = {1.8.4},
131131
year = {2024}
132132
}
133133
```

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ def _run(self, command):
4141
setup(
4242
# include data files
4343
name="amazon-textract-textractor",
44-
version="1.8.3",
44+
version="1.8.4",
4545
license="Apache 2.0",
4646
description="A package to use AWS Textract services.",
4747
url="https://github.com/aws-samples/amazon-textract-textractor",
4848
long_description=long_description,
4949
long_description_content_type="text/markdown",
5050
classifiers=[
5151
"Programming Language :: Python :: 3",
52-
"Programming Language :: Python :: 3.8",
5352
"Programming Language :: Python :: 3.9",
5453
"Programming Language :: Python :: 3.10",
5554
"Programming Language :: Python :: 3.11",

textractor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.8.3"
1+
__version__ = "1.8.4"
22

33
from .textractor import Textractor

0 commit comments

Comments
 (0)