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 380f98e commit 3398444Copy full SHA for 3398444
prettyprinter/setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.8
+current_version = 0.1.9
3
commit = False
4
tag = False
5
prettyprinter/setup.py
@@ -27,7 +27,7 @@ def read(fname):
27
28
setup(name='amazon-textract-prettyprinter',
29
packages=['textractprettyprinter'],
30
- version='0.1.8',
+ version='0.1.9',
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 +1 @@
-__version__ = '0.1.8'
+__version__ = '0.1.9'
0 commit comments