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
commit2ea1a821d958c00c1b1564d93f933977b626ea99 (patch)
tree372f8f6863d376f0b65593e46f618c70c24426d2
parentc83bbe6abe7d1b8239ffe89497084968bb484160 (diff)
downloadrsa-2ea1a821d958c00c1b1564d93f933977b626ea99.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