X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=setup.py;h=fee2420bd2c64ceeb50f23e9d650e0204427ed28;hp=507050fb86e8e4c265c16eddec1cacd541aaca39;hb=ea4b21116e2b392760d162252fa3c21ef80066bf;hpb=0dfcd8a5c40c7bbed2e7e59a60bcbe046ee2b7af diff --git a/setup.py b/setup.py index 507050f..fee2420 100644 --- a/setup.py +++ b/setup.py @@ -8,9 +8,9 @@ An MPD (Music Player Daemon) client library written in pure Python.\ """ CLASSIFIERS = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License (GPL)", + "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", @@ -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",