]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Releasing v0.4.0
[python-musicpd.git] / musicpd.py
index 9f2d910fd7626e0aca0c6d35d71ad609896a48a2..ea2ec2098c26de1e01464013c5085e2395d9af59 100644 (file)
@@ -24,7 +24,7 @@ HELLO_PREFIX = "OK MPD "
 ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
 NEXT = "list_OK"
-VERSION = '0.4.0pr2'
+VERSION = '0.4.0'
 
 
 class MPDError(Exception):