From 95f25fe4079629965da75512eb41b32bbf17da03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 5 Feb 2010 10:37:37 +0100 Subject: Increased version to 1.3.3 --- rsa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1