Skip to content

Commit 3398444

Browse files
committed
bumpversion prettyprinter to 0.1.9
1 parent 380f98e commit 3398444

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

prettyprinter/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = False
44
tag = False
55

prettyprinter/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read(fname):
2727

2828
setup(name='amazon-textract-prettyprinter',
2929
packages=['textractprettyprinter'],
30-
version='0.1.8',
30+
version='0.1.9',
3131
description='Amazon Textract Helper tools for pretty printing',
3232
install_requires=requirements,
3333
long_description_content_type='text/markdown',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.8'
1+
__version__ = '0.1.9'

0 commit comments

Comments
 (0)