Bump version

This commit is contained in:
Patrick Elmer 2023-08-15 15:01:03 +09:00
parent 3e77f0b2b4
commit e3fa33cafb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import sys import sys
__version__ = '0.1.4' __version__ = '0.2.0'
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.1.4', version='0.2.0',
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",