]> kaliko git repositories - python-musicpd.git/commitdiff
setup.py: incrementing version number to 0.2.0 v0.2.0
authorJ. Alexander Treuman <jat@spatialrift.net>
Thu, 3 Apr 2008 18:52:41 +0000 (14:52 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Thu, 3 Apr 2008 18:52:41 +0000 (14:52 -0400)
setup.py

index e5b82559eda42325fe6625553562cc47809fa192..44f8ac0e973dbaaef50647d332a6c930b4043b2b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.\
 
 setup(
     name="python-mpd",
-    version="0.1.0",
+    version="0.2.0",
     description="Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Alexander Treuman",