Skip to content

Commit c5176e0

Browse files
committed
Bump version to 3.1.2
1 parent 8558b6c commit c5176e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mpd/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Union,
3939
)
4040

41-
VERSION = (3, 1, 1)
41+
VERSION = (3, 1, 2)
4242
HELLO_PREFIX = "OK MPD "
4343
ERROR_PREFIX = "ACK "
4444
ERROR_PATTERN = re.compile(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-mpd2"
7-
version = "3.1.1"
7+
version = "3.1.2"
88
description = "A Python MPD client library"
99
readme = "README.rst"
1010
authors = [

0 commit comments

Comments
 (0)