]> kaliko git repositories - python-musicpd.git/blobdiff - musicpd.py
Add current year in documentation copyright
[python-musicpd.git] / musicpd.py
index 383ba0983568c93e5bdfc26633059474b0cd6115..6146a7a3be1bcc8dc959813d541610105519fbf7 100644 (file)
@@ -29,7 +29,7 @@ HELLO_PREFIX = "OK MPD "
 ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
 NEXT = "list_OK"
-VERSION = '0.4.4'
+VERSION = '0.4.5'
 CONNECTION_TIMEOUT = 5  # seconds before a tcp connection attempt times out