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

add w parser

This commit is contained in:
Kelly Brazil
2019-10-24 16:06:55 -07:00
parent fa7466022b
commit f101d881a1
4 changed files with 78 additions and 3 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r') as f:
setuptools.setup(
name='jc',
version='0.9.1',
version='1.0.1',
author='Kelly Brazil',
author_email='kellyjonbrazil@gmail.com',
description='This tool serializes the output of popular command line tools to structured JSON output.',