We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3b289 commit f2bfeafCopy full SHA for f2bfeaf
setup.py
@@ -41,7 +41,7 @@ def _run(self, command):
41
setup(
42
# include data files
43
name="amazon-textract-textractor",
44
- version="1.7.2",
+ version="1.7.3",
45
license="Apache 2.0",
46
description="A package to use AWS Textract services.",
47
url="https://github.com/aws-samples/amazon-textract-textractor",
textractor/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "1.7.2"
+__version__ = "1.7.3"
2
3
-from .textractor import Textractor
+from .textractor import Textractor
0 commit comments