Skip to content

Commit 7218d8e

Browse files
committed
Version 1.9.1
1 parent 33cc924 commit 7218d8e

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.9.0},
130+
version = {1.9.1},
131131
year = {2025}
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.9.0",
44+
version="1.9.1",
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.9.0"
1+
__version__ = "1.9.1"
22

33
from .textractor import Textractor

0 commit comments

Comments
 (0)