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.',