Skip to content

Commit 7c03f9b

Browse files
committed
Version 1.7.12
1 parent 6116503 commit 7c03f9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Textractor can be cited using:
126126
author = {Belval, Edouard and Delteil, Thomas and Schade, Martin and Radhakrishna, Srividhya},
127127
title = {{Amazon Textractor}},
128128
url = {https://github.com/aws-samples/amazon-textract-textractor},
129-
version = {1.7.11},
129+
version = {1.7.12},
130130
year = {2024}
131131
}
132132
```
@@ -137,4 +137,4 @@ Or using the CITATION.cff file.
137137

138138
This library is licensed under the Apache 2.0 License.
139139

140-
<sub><sup>Excavator image by macrovector on Freepik</sub></sup>
140+
<sub><sup>Excavator image by macrovector on Freepik</sub></sup>

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.7.11",
44+
version="1.7.12",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.7.11"
1+
__version__ = "1.7.12"
22

3-
from .textractor import Textractor
3+
from .textractor import Textractor

0 commit comments

Comments
 (0)