This commit is contained in:
Patrick Elmer 2022-08-31 18:49:34 +09:00
parent 421fc7107b
commit 563b895e42

View File

@ -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",