]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Releasing 0.9.0
[python-musicpd.git] / musicpd.py
index 10bcdc4401b7af8f224f2a4f3cc2f71cd76fde1f..e24b51d85cc2f3f672172cd034b2bc7b9caea402 100644 (file)
@@ -19,7 +19,7 @@ ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
 NEXT = "list_OK"
 #: Module version
-VERSION = '0.9.0b2'
+VERSION = '0.9.0'
 #: Seconds before a connection attempt times out
 #: (overriden by :envvar:`MPD_TIMEOUT` env. var.)
 CONNECTION_TIMEOUT = 30