From 3fcd2f6c2e015b0e65e7261c8e591ccd8a7d0e6c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 5 Aug 2020 11:34:29 -0700 Subject: [PATCH] version bump --- jc/cli.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.',