diff --git a/supysonic/__init__.py b/supysonic/__init__.py index 10cb204..18ab990 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.5" +VERSION = "0.7.6" DESCRIPTION = "Python implementation of the Subsonic server API" AUTHOR = "Alban FĂ©ron" AUTHOR_EMAIL = "alban.feron@gmail.com"