Bump version

This commit is contained in:
Patrick Elmer 2023-08-14 11:25:25 +09:00
parent 94d774ed71
commit de1fcf5164
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
import sys import sys
__version__ = '0.1.3'
def parse_args(argv=None): def parse_args(argv=None):
""" """
Returns a tuple of (args, kwargs) from a given list of command line arguments. Returns a tuple of (args, kwargs) from a given list of command line arguments.

View File

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