Skip to content

Commit

Permalink
Version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed Nov 6, 2024
1 parent 94ac825 commit 5a7a39b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,14 @@ 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",
long_description=long_description,
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",
Expand Down
2 changes: 1 addition & 1 deletion textractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.8.3"
__version__ = "1.8.4"

from .textractor import Textractor

0 comments on commit 5a7a39b

Please sign in to comment.