We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8558b6c commit c5176e0Copy full SHA for c5176e0
mpd/base.py
@@ -38,7 +38,7 @@
38
Union,
39
)
40
41
-VERSION = (3, 1, 1)
+VERSION = (3, 1, 2)
42
HELLO_PREFIX = "OK MPD "
43
ERROR_PREFIX = "ACK "
44
ERROR_PATTERN = re.compile(
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "python-mpd2"
7
-version = "3.1.1"
+version = "3.1.2"
8
description = "A Python MPD client library"
9
readme = "README.rst"
10
authors = [
0 commit comments