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