From 9e1fce9390696b9e35808830ee1c298b80aae7c1 Mon Sep 17 00:00:00 2001 From: bw2 Date: Mon, 30 Dec 2019 00:15:48 -0500 Subject: [PATCH] increment version. Seems like a good time to call this v1.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92f575d..06e417d 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def launch_http_server(directory): setup( name='ConfigArgParse', - version="0.15.2", + version="1.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,