Skip to content

Commit

Permalink
Version 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Belval committed Mar 22, 2024
1 parent 0a31134 commit 7f16fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8",
version="1.7.9",
license="Apache 2.0",
description="A package to use AWS Textract services.",
url="https://github.com/aws-samples/amazon-textract-textractor",
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.7.8"
__version__ = "1.7.9"

from .textractor import Textractor

0 comments on commit 7f16fa7

Please sign in to comment.