Bumped to version 3.4
diff --git a/setup.py b/setup.py
index 65fa9da..3b41d25 100755
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
 
 if __name__ == '__main__':
     setup(name='rsa',
-          version='3.3',
+          version='3.4',
           description='Pure-Python RSA implementation',
           author='Sybren A. Stuvel',
           author_email='sybren@stuvel.eu',