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