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
commit3048d40f3847a14a6350f9a5be6436b4c1740fb7 (patch)
tree009740783a8b360629d516a688c7725937b0f79b
parenta9c5f3f1a88de1c5ecd08b18958c4b064aed2506 (diff)
downloadrsa-3048d40f3847a14a6350f9a5be6436b4c1740fb7.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',