From 21f689b1dbd522bfd59fbdbfdcea2fe5629153e7 Mon Sep 17 00:00:00 2001 From: bw2 Date: Thu, 2 Apr 2020 04:01:56 -0400 Subject: [PATCH] version 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5cf022..135d942 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def launch_http_server(directory): setup( name='ConfigArgParse', - version="1.1", + version="1.2", 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,