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'