From d6c00e0f3dd798937d05baebd5d8e2aca131f586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Wed, 11 Nov 2020 18:30:50 +0100 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 9b19fbbf..5317c5dc 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.6.0" +VERSION = "0.6.1" DESCRIPTION = "Python implementation of the Subsonic server API." KEYWORDS = "subsonic music api" AUTHOR_NAME = "Alban FĂ©ron"