From 275bcd1d4cd73e7ab4d0b7e8c535813bf2a2d588 Mon Sep 17 00:00:00 2001 From: trigg Date: Sat, 26 Sep 2020 22:39:25 +0100 Subject: [PATCH] - Bumping minor version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd5e03c..eb33bd6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = 'discover-overlay', author = 'trigg', author_email = '', - version = '0.1', + version = '0.1.1', description= 'Voice chat overlay', long_description = readme(), long_description_content_type = 'text/markdown',