From: kaliko Date: Tue, 5 Mar 2024 16:49:52 +0000 (+0100) Subject: Update copyright and VERSION X-Git-Url: http://git.kaliko.me/?p=python-musicpdaio.git;a=commitdiff_plain;h=d7d38b4e0d278c28a5cebb3480d0e70d319b543a Update copyright and VERSION --- diff --git a/mpdaio/__init__.py b/mpdaio/__init__.py index 5d72b16..f075087 100644 --- a/mpdaio/__init__.py +++ b/mpdaio/__init__.py @@ -7,7 +7,7 @@ ERROR_PREFIX = 'ACK ' SUCCESS = 'OK' NEXT = 'list_OK' #: Module version -VERSION = '0.9.0b2' +VERSION = '0.0.1b0' #: Seconds before a connection attempt times out #: (overriden by :envvar:`MPD_TIMEOUT` env. var.) CONNECTION_TIMEOUT = 30 diff --git a/mpdaio/client.py b/mpdaio/client.py index 7bc483a..8a7e9af 100644 --- a/mpdaio/client.py +++ b/mpdaio/client.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # SPDX-FileCopyrightText: 2012-2024 kaliko +# SPDX-FileCopyrightText: 2008-2010 J. Alexander Treuman # SPDX-License-Identifier: LGPL-3.0-or-later import logging