From b07babb4ff961b3095541286282da57a7d6fb8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 27 Sep 2020 15:26:42 +0200 Subject: [PATCH] Version bump --- supysonic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supysonic/__init__.py b/supysonic/__init__.py index 7bf8a2f..9b19fbb 100644 --- a/supysonic/__init__.py +++ b/supysonic/__init__.py @@ -9,7 +9,7 @@ # Distributed under terms of the GNU AGPLv3 license. NAME = "supysonic" -VERSION = "0.5.0" +VERSION = "0.6.0" DESCRIPTION = "Python implementation of the Subsonic server API." KEYWORDS = "subsonic music api" AUTHOR_NAME = "Alban FĂ©ron"