From e3ccf0809ff62560dd8a144b5c9893c27e25da53 Mon Sep 17 00:00:00 2001 From: spl0k Date: Wed, 14 Feb 2018 19:53:17 +0100 Subject: [PATCH] Bumping the version, just because --- supysonic/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supysonic/__init__.py b/supysonic/__init__.py index a2bab46..9ce6d80 100644 --- a/supysonic/__init__.py +++ b/supysonic/__init__.py @@ -4,13 +4,13 @@ # This file is part of Supysonic. # Supysonic is a Python implementation of the Subsonic server API. # -# Copyright (C) 2013-2017 Alban 'spl0k' Féron +# Copyright (C) 2013-2018 Alban 'spl0k' Féron # 2017 Óscar García Amor # # Distributed under terms of the GNU AGPLv3 license. NAME = 'supysonic' -VERSION = '0.2' +VERSION = '0.3' DESCRIPTION = 'Python implementation of the Subsonic server API.' KEYWORDS = 'subsonic music api' AUTHOR_NAME = 'Alban Féron'