From 7966f767cac03f9d696a49ae90a2dcbdbd8c40fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Sun, 16 Jun 2019 16:39:00 +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 eee718c..83c217c 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.3' +VERSION = '0.4' DESCRIPTION = 'Python implementation of the Subsonic server API.' KEYWORDS = 'subsonic music api' AUTHOR_NAME = 'Alban FĂ©ron'