From 8bbc7de67f884184068d62af7f78e723d01c0081 Mon Sep 17 00:00:00 2001 From: bw2 Date: Sun, 13 Jan 2019 11:01:51 -0500 Subject: [PATCH] updated version to 0.14.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 275c4c4..1af424e 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def launch_http_server(directory): setup( name='ConfigArgParse', - version="0.13.0", + version="0.14.0", 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,