From 41ba4b9a97ea650a617b4a941be6a3cb8ae1a5a2 Mon Sep 17 00:00:00 2001 From: bw2 Date: Tue, 8 Oct 2019 10:07:39 -0400 Subject: [PATCH] incremented version to 0.15 --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0093a89..fe4bafc 100644 --- a/setup.py +++ b/setup.py @@ -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='zorro3.github@gmail.com', url='https://github.com/bw2/ConfigArgParse', py_modules=['configargparse'], include_package_data=True,