adjust version number to 0.6.1

git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.6.x@1085168 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/py/setup.py b/lib/py/setup.py
index 289b177..e4f10ae 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -26,7 +26,7 @@
                           )
 
 setup(name = 'Thrift',
-      version = '0.6.0',
+      version = '0.6.1',
       description = 'Python bindings for the Apache Thrift RPC system',
       author = ['Thrift Developers'],
       author_email = ['dev@thrift.apache.org'],