From 0c848054102c384f3766ab8fb4a965bcbc3c9391 Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Fri, 1 Jun 2018 22:28:38 +0100 Subject: [PATCH] Bump minor version for new release with re-draw scheduling. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7f1c94..f2e37a0 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name = 'blighty', - version = '0.1.2', + version = '0.2.0', description = 'Desktop Widget Manager. Think of conky, but with Python instead of Lua.', long_description = open('README.md').read(), author = 'Gabriele N. Tornetta',