diff --git a/jc/lib.py b/jc/lib.py index a8c170f5..a6c06064 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.22.0' +__version__ = '1.22.1' parsers = [ 'acpi', diff --git a/man/jc.1 b/man/jc.1 index 01291c6c..b88f0ded 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-09-28 1.22.0 "JSON Convert" +.TH jc 1 2022-09-29 1.22.1 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings .SH SYNOPSIS diff --git a/setup.py b/setup.py index 9f5744df..acae388d 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='1.22.0', + version='1.22.1', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',