diff --git a/setup.py b/setup.py index 863664e..e20a304 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as f: setup( name='pargv', - version='0.1.1', + version='0.1.2', 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",