This commit is contained in:
Patrick Elmer 2022-08-30 17:07:07 +09:00
parent 55a1dabc6b
commit e8ae940cb6

View File

@ -6,7 +6,7 @@ with open('README.md') as f:
setup( setup(
name='pargv', 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.', description='Parse command line arguments into a list of args and a dict of kwargs.',
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",