From d0bde14a2aee09c631d8b1cc1a7ea340139f81b1 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 5 Jul 2022 16:15:35 -0700 Subject: [PATCH] version bump --- jc/lib.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.',