From 155083551e6ddcfe9642a29880fe47b6793ebbac Mon Sep 17 00:00:00 2001 From: Kyle Swanson Date: Sat, 3 Feb 2018 08:37:54 -0500 Subject: [PATCH] Changing version to 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86d3ec4..cfa91c0 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'p_tqdm', packages = ['p_tqdm'], - version = '1.1', + version = '1.2', description = 'Parallel processing with progress bars', author = 'Kyle Swanson', author_email = 'swansonk.14@gmail.com',