Skip to content

Commit

Permalink
Version 1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed May 23, 2024
1 parent 6116503 commit 7c03f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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.7.11},
version = {1.7.12},
year = {2024}
}
```
Expand All @@ -137,4 +137,4 @@ Or using the CITATION.cff file.

This library is licensed under the Apache 2.0 License.

<sub><sup>Excavator image by macrovector on Freepik</sub></sup>
<sub><sup>Excavator image by macrovector on Freepik</sub></sup>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _run(self, command):
setup(
# include data files
name="amazon-textract-textractor",
version="1.7.11",
version="1.7.12",
license="Apache 2.0",
description="A package to use AWS Textract services.",
url="https://github.com/aws-samples/amazon-textract-textractor",
Expand Down
4 changes: 2 additions & 2 deletions textractor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.7.11"
__version__ = "1.7.12"

from .textractor import Textractor
from .textractor import Textractor

0 comments on commit 7c03f9b

Please sign in to comment.