diff --git a/jc/cli.py b/jc/cli.py index 01bbbc0ce..516d607a3 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -21,7 +21,7 @@ class info(): - version = '1.13.3' + version = '1.13.4' description = 'JSON CLI output utility' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' diff --git a/setup.py b/setup.py index 69ca5d668..a1ac8edeb 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='jc', - version='1.13.3', + version='1.13.4', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',