# HG changeset patch
# User Augie Fackler <durin42@gmail.com>
# Date 1261856797 21600
#      Sat Dec 26 13:46:37 2009 -0600
# Node ID 21ead8190d9c5f2a5a7500bab1d89b5373eda040
# Parent  b2926066f0536af6e2892b53ed628a1853164a2c
setup: bump to 0.2.1

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@
 
 setup(
     name='hg-git',
-    version='0.2.0',
+    version='0.2.1',
     author='Scott Chacon',
     maintainer='Augie Fackler',
     maintainer_email='durin42@gmail.com',