Bump version

This commit is contained in:
Patrick Elmer 2023-08-19 21:46:00 +09:00
parent a19fb22f54
commit cbb3e36127
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import sys import sys
__version__ = '0.2.0' __version__ = '0.2.1'
def parse_args(argv=None): def parse_args(argv=None):

View File

@ -6,7 +6,7 @@ with open('README.md') as f:
setup( setup(
name='pargv', name='pargv',
version='0.2.0', version='0.2.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",