From 7e3d5cb9ace86d2e818a0cbf210448e83d129618 Mon Sep 17 00:00:00 2001 From: trigg Date: Sun, 24 Sep 2023 21:36:12 +0100 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e718ab..7d715a1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='discover-overlay', author='trigg', author_email='', - version='0.6.6', + version='0.6.7', description='Voice chat overlay', long_description=readme(), long_description_content_type='text/markdown',