From 62bad3b9878a1d22cf040f25dab0fa28a252ba38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sat, 1 Jan 2022 19:39:55 +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 aeebfa0..6631fb0 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.7.0" +VERSION = "0.7.1" DESCRIPTION = "Python implementation of the Subsonic server API" AUTHOR = "Alban FĂ©ron" AUTHOR_EMAIL = "alban.feron@gmail.com"