Skip to content

Commit bb54bc6

Browse files
committed
Version 1.9.0
1 parent e6f59d9 commit bb54bc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.5},
130+
version = {1.9.0},
131131
year = {2024}
132132
}
133133
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _run(self, command):
4141
setup(
4242
# include data files
4343
name="amazon-textract-textractor",
44-
version="1.8.5",
44+
version="1.9.0",
4545
license="Apache 2.0",
4646
description="A package to use AWS Textract services.",
4747
url="https://github.com/aws-samples/amazon-textract-textractor",

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.5"
1+
__version__ = "1.9.0"
22

33
from .textractor import Textractor

0 commit comments

Comments
 (0)