X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=musicpd.py;h=6e54b5684433ac5ce42e51deb2365426e4e99276;hp=192f6f342c78a7bd349d2ad17aa8653ac853d2ef;hb=bd37d5f4a208c33ecf2dd53e11e93eb33ad9f3c3;hpb=31b25f597c7e572317fbf27ededeed70dfd974b9 diff --git a/musicpd.py b/musicpd.py index 192f6f3..6e54b56 100644 --- a/musicpd.py +++ b/musicpd.py @@ -1,6 +1,7 @@ # python-musicpd: Python MPD client library # Copyright (C) 2008-2010 J. Alexander Treuman -# Copyright (C) 2012-2018 Kaliko Jack +# Copyright (C) 2012-2019 Kaliko Jack +# Copyright (C) 2019 Naglis Jonaitis # # python-musicpd is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by @@ -27,7 +28,7 @@ HELLO_PREFIX = "OK MPD " ERROR_PREFIX = "ACK " SUCCESS = "OK" NEXT = "list_OK" -VERSION = '0.4.3' +VERSION = '0.4.4' def iterator_wrapper(func):