diff --git a/setup.py b/setup.py index 8cd23f3..863664e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as f: setup( name='pargv', - version='0.1.0', + version='0.1.1', description='Parse command line arguments into a list of args and a dict of kwargs.', long_description=long_description, long_description_content_type="text/markdown",