diff --git a/jc/lib.py b/jc/lib.py index 6fe8311e..18c96d5f 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -9,7 +9,7 @@ import importlib from typing import Dict, List, Iterable, Union, Iterator from jc import appdirs -__version__ = '1.18.3' +__version__ = '1.18.4' parsers = [ 'acpi', diff --git a/setup.py b/setup.py index d0c112fa..72ba44ed 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.18.3', + version='1.18.4', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',