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.
2 parents 9e16cbc + b61a288 commit 120f491Copy full SHA for 120f491
prettyprinter/setup.py
@@ -27,7 +27,7 @@ def read(fname):
27
28
setup(name='amazon-textract-prettyprinter',
29
packages=['textractprettyprinter'],
30
- version='0.1.0',
+ version='0.1.1',
31
description='Amazon Textract Helper tools for pretty printing',
32
install_requires=requirements,
33
long_description_content_type='text/markdown',
prettyprinter/textractprettyprinter/_version.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.1.0'
+__version__ = '0.1.1'
2
0 commit comments