Bump version
This commit is contained in:
parent
3e77f0b2b4
commit
e3fa33cafb
2
pargv.py
2
pargv.py
@ -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):
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user