Bumped the version to 1.2
diff --git a/setup.py b/setup.py
index d558a68..fa73a4b 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='rsa',
-	version='1.1',
+	version='1.2',
     description='Pure-Python RSA implementation', 
     author='Sybren Stuvel',
     author_email='sybren@stuvel.eu',