X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=20ab4e1f561934756718710cfe84f739e57f284e;hp=e5b82559eda42325fe6625553562cc47809fa192;hb=c465a35a2b587e14f3f86be3d983d5b074ed375d;hpb=53a5899a67eaf6f958e40276362a9593a16a2445 diff --git a/setup.py b/setup.py index e5b8255..20ab4e1 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.1", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman",