[Pkg-mpd-commits] [python-mpd] 184/262: correct version number

Simon McVittie smcv at debian.org
Sun May 22 18:16:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit 7471873b06138c6e53ebd572372178cf6a631d8c
Author: Jörg Thalheim <joerg at higgsboson.tk>
Date:   Mon Jan 14 20:35:02 2013 +0100

    correct version number
---
 mpd.py   | 2 +-
 setup.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mpd.py b/mpd.py
index da02daf..c93b4bd 100644
--- a/mpd.py
+++ b/mpd.py
@@ -21,7 +21,7 @@ import socket
 import warnings
 from collections import Callable
 
-VERSION = (0, 4, 6)
+VERSION = (0, 5, 0)
 HELLO_PREFIX = "OK MPD "
 ERROR_PREFIX = "ACK "
 SUCCESS = "OK"
diff --git a/setup.py b/setup.py
index bfd6360..e6e08a3 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ class Tox(TestCommand):
 
 setup(
     name="python-mpd2",
-    version="0.5.0",
+    version=".".join(map(str, mpd.VERSION)),
     description="A Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Thalheim",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list