Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjonbrazil committed Aug 5, 2020
1 parent f3d84bd commit 3fcd2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


class info():
version = '1.13.3'
version = '1.13.4'
description = 'JSON CLI output utility'
author = 'Kelly Brazil'
author_email = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='jc',
version='1.13.3',
version='1.13.4',
author='Kelly Brazil',
author_email='[email protected]',
description='Converts the output of popular command-line tools and file-types to JSON.',
Expand Down

0 comments on commit 3fcd2f6

Please sign in to comment.