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

fixed build

This commit is contained in:
Kelly Brazil
2019-10-21 17:59:32 -07:00
parent c8f886dc8f
commit 4c8610c54f
2 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
jc changelog jc changelog
20191021 v0.6.2 20191021 v0.6.3
- Flatten netstat parser output - Flatten netstat parser output
- Clean up argument parsing - Clean up argument parsing
- Fix command help
20191018 v0.5.5 20191018 v0.5.5
- Fix netstat -p parsing for Ubuntu - Fix netstat -p parsing for Ubuntu

View File

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