From: J. Alexander Treuman Date: Thu, 3 Apr 2008 18:52:41 +0000 (-0400) Subject: setup.py: incrementing version number to 0.2.0 X-Git-Tag: v0.2.0^0 X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=commitdiff_plain;h=7a8cd2d87ad2588c3cae11fe05fb9009460675fb setup.py: incrementing version number to 0.2.0 --- diff --git a/setup.py b/setup.py index e5b8255..44f8ac0 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ along with this program. If not, see .\ setup( name="python-mpd", - version="0.1.0", + version="0.2.0", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman",