]> kaliko git repositories - python-musicpd.git/blobdiff - setup.py
setup.py: incrementing version number to 0.3.0
[python-musicpd.git] / setup.py
index 507050fb86e8e4c265c16eddec1cacd541aaca39..fee2420bd2c64ceeb50f23e9d650e0204427ed28 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd",
-    version="0.2.1",
+    version="0.3.0",
     description="Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Alexander Treuman",