diff --git a/README.md b/README.md index 01c3948c..000291d2 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ import jc.parsers.[parser] data = 'data to parse' jc.parsers.[parser].parse(data) ``` +In this case the output will be a python dictionary instead of JSON. ## Installation ``` diff --git a/setup.py b/setup.py index 9561474c..298f721a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md', 'r') as f: setuptools.setup( name='jc', - version='0.6.1', + version='0.6.2', author='Kelly Brazil', author_email='kellyjonbrazil@gmail.com', description='This tool serializes the output of popular command line tools to structured JSON output.',