From 34cb75a09697a06c3878f2f9a84eb3bd2a90ae62 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 8 Dec 2021 08:46:00 -0800 Subject: [PATCH] version bump --- jc/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/__init__.py b/jc/__init__.py index c7a39794..88dc4416 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -73,4 +73,4 @@ Module Example: """ name = 'jc' -__version__ = '1.17.3' +__version__ = '1.17.4' diff --git a/setup.py b/setup.py index c9ed7588..8fb44cc3 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.17.3', + version='1.17.4', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',