summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2009-01-22 16:01:40 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2009-01-22 16:01:40 +0100
commitdba3ac11c7fa391db4256d1cfe3ceb58eb1035d0 (patch)
tree009740783a8b360629d516a688c7725937b0f79b
parent721ab9951304bc809816e80160ebf11aa656139a (diff)
downloadrsa-git-dba3ac11c7fa391db4256d1cfe3ceb58eb1035d0.tar.gz
Bumped version to 1.3
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2de7271..b292c3b 100755
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='rsa',
- version='1.3-beta0',
+ version='1.3',
description='Pure-Python RSA implementation',
author='Sybren Stuvel',
author_email='sybren@stuvel.eu',