From: Kaliko Jack Date: Wed, 10 Apr 2024 16:14:21 +0000 (+0200) Subject: Releasing 0.9.0 X-Git-Tag: v0.9.0^0 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain Releasing 0.9.0 --- diff --git a/musicpd.py b/musicpd.py index 10bcdc4..e24b51d 100644 --- a/musicpd.py +++ b/musicpd.py @@ -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