From eb888dcbbcf83c9197bd59aab72f65ea6eb622ba Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 18 Nov 2021 08:48:03 -0800 Subject: [PATCH] version bump --- jc/__init__.py | 2 +- man/jc.1 | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jc/__init__.py b/jc/__init__.py index 86a29419..e4c2b5bd 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -73,4 +73,4 @@ Module Example: """ name = 'jc' -__version__ = '1.17.1' +__version__ = '1.17.2' diff --git a/man/jc.1 b/man/jc.1 index 89adc9d6..15b35aa7 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2021-11-18 1.17.1 "JSON CLI output utility" +.TH jc 1 2021-11-18 1.17.2 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS diff --git a/setup.py b/setup.py index 1a5adef4..67bf22f4 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.1', + version='1.17.2', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='Converts the output of popular command-line tools and file-types to JSON.',