Bump version

This commit is contained in:
Patrick 2023-08-14 15:21:35 +09:00
parent a077a6b569
commit 2c4c16360c
2 changed files with 2 additions and 2 deletions

View File

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