Skip to content

Commit

Permalink
incremented version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bw2 committed Oct 8, 2019
1 parent 527ebb6 commit 41ba4b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ def launch_http_server(directory):

setup(
name='ConfigArgParse',
version="0.14.1",
version="0.15",
description='A drop-in replacement for argparse that allows options to '
'also be set via config files and/or environment variables.',
long_description=long_description,
author='Zorro',
author_email='[email protected]',
url='https://github.com/bw2/ConfigArgParse',
py_modules=['configargparse'],
include_package_data=True,
Expand Down

0 comments on commit 41ba4b9

Please sign in to comment.