From 0b67aeb070f9eb410f29d9b6d257d7447d244d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 13 Dec 2020 17:10:15 +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 d9bb7bc..ff1aa2c 100644 --- a/supysonic/__init__.py +++ b/supysonic/__init__.py @@ -7,7 +7,7 @@ # Distributed under terms of the GNU AGPLv3 license. NAME = "supysonic" -VERSION = "0.6.1" +VERSION = "0.6.2" DESCRIPTION = "Python implementation of the Subsonic server API." KEYWORDS = "subsonic music api" AUTHOR_NAME = "Alban FĂ©ron"