]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Add unittest
[python-musicpd.git] / musicpd.py
index fe14987dc54af0355a399b90bd8f3c294b35c28b..0fe3b671deff665e3ff73c6394ac7d363e9eb693 100644 (file)
@@ -24,7 +24,7 @@ HELLO_PREFIX = "OK MPD "
 ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
 NEXT = "list_OK"
-VERSION = '0.4.1'
+VERSION = '0.4.2'
 
 
 class MPDError(Exception):