1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

version bump

This commit is contained in:
Kelly Brazil
2021-11-18 08:48:03 -08:00
parent d1b9ac0841
commit eb888dcbbc
3 changed files with 3 additions and 3 deletions

View File

@ -73,4 +73,4 @@ Module Example:
"""
name = 'jc'
__version__ = '1.17.1'
__version__ = '1.17.2'

View File

@ -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

View File

@ -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.',