]> kaliko git repositories - python-musicpd.git/commitdiff
setup.py: incrementing version number to 0.2.1 v0.2.1
authorJ. Alexander Treuman <jat@spatialrift.net>
Mon, 30 Jun 2008 22:01:01 +0000 (18:01 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Mon, 30 Jun 2008 22:01:01 +0000 (18:01 -0400)
setup.py

index 44f8ac0e973dbaaef50647d332a6c930b4043b2b..20ab4e1f561934756718710cfe84f739e57f284e 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.2.0",
+    version="0.2.1",
     description="Python MPD client library",
     long_description=DESCRIPTION,
     author="J. Alexander Treuman",