summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2010-02-05 10:37:37 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2010-02-05 10:37:37 +0100
commit95f25fe4079629965da75512eb41b32bbf17da03 (patch)
tree372f8f6863d376f0b65593e46f618c70c24426d2
parent35eb5f61e17bc4e968523cfc96b9b1d066954feb (diff)
downloadrsa-git-95f25fe4079629965da75512eb41b32bbf17da03.tar.gz
Increased version to 1.3.3version-1.3.3
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 701cf23..cd6a760 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -13,7 +13,7 @@ attacked.
__author__ = "Sybren Stuvel, Marloes de Boer and Ivo Tamboer"
__date__ = "2010-02-05"
-__version__ = '1.3.2'
+__version__ = '1.3.3'
# NOTE: Python's modulo can return negative numbers. We compensate for
# this behaviour using the abs() function