From: J. Alexander Treuman Date: Tue, 14 Dec 2010 01:40:57 +0000 (-0500) Subject: setup.py: incrementing version number to 0.3.0 X-Git-Tag: v0.3.0^0 X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=ea4b21116e2b392760d162252fa3c21ef80066bf setup.py: incrementing version number to 0.3.0 --- diff --git a/setup.py b/setup.py index 2c182a4..fee2420 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ along with python-mpd. If not, see .\ setup( name="python-mpd", - version="0.2.1", + version="0.3.0", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman",