X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=c1818c5f137191080db95d3364145ecdba94a662;hp=44f8ac0e973dbaaef50647d332a6c930b4043b2b;hb=de96fda805be74e16fb1c30b192e40cd000fea91;hpb=7a8cd2d87ad2588c3cae11fe05fb9009460675fb diff --git a/setup.py b/setup.py index 44f8ac0..c1818c5 100644 --- a/setup.py +++ b/setup.py @@ -37,12 +37,12 @@ along with this program. If not, see .\ setup( name="python-mpd", - version="0.2.0", + version="0.2.1", description="Python MPD client library", long_description=DESCRIPTION, author="J. Alexander Treuman", author_email="jat@spatialrift.net", - url="http://www.musicpd.org/~jat/python-mpd/", + url="http://jatreuman.indefero.net/p/python-mpd/", download_url="http://pypi.python.org/pypi/python-mpd/", py_modules=["mpd"], classifiers=CLASSIFIERS,