]> kaliko git repositories - python-musicpd.git/commitdiff
setup.py: incrementing version number to 0.3.0 python2 v0.3.0
authorJ. Alexander Treuman <jat@spatialrift.net>
Tue, 14 Dec 2010 01:40:57 +0000 (20:40 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Tue, 14 Dec 2010 01:40:57 +0000 (20:40 -0500)
setup.py

index 2c182a4aef111df571de847b67425d6526021f02..fee2420bd2c64ceeb50f23e9d650e0204427ed28 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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",