From 1eabae9fa9f4f12a89eab22d7e042b3899c99619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Gagn=C3=A9?= Date: Sat, 15 Apr 2017 16:05:11 -0400 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ddd12a..3eca22c 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def get_long_description(file_name: str) -> str: if __name__ == '__main__': setup( name='cmus-notify', - version='1.0.0', + version='1.1.0', description='A package for displaying Cmus current status in notifications', author='Antoine Gagne', keywords='utilities application cli hook',