From 14b0a281fe7e0a05c2cf2aa912c1008eafeba6a5 Mon Sep 17 00:00:00 2001
From: "J. Alexander Treuman" <jat@spatialrift.net>
Date: Mon, 30 Jun 2008 18:01:01 -0400
Subject: [PATCH] setup.py: incrementing version number to 0.2.1

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 44f8ac0..20ab4e1 100644
--- 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",
-- 
2.39.5