summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',