summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 20:42:49 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2011-07-30 20:42:49 +0200
commitcec58de04ad01abad023c918560c21bc30925dc5 (patch)
tree386884e0afc953f9173cc0cef98a92f93c24c551 /rsa/__init__.py
parent8c857f49f42e6ad169d79c2e889e7470a9fc90b3 (diff)
downloadrsa-git-cec58de04ad01abad023c918560c21bc30925dc5.tar.gz
Bumped version from 2.1-beta0 to 3.0-beta0
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 59ff8e8..a4147b2 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -29,7 +29,7 @@ If you want to have a more secure implementation, use the functions from the
__author__ = "Sybren Stuvel, Marloes de Boer, Ivo Tamboer, and Barry Mead"
__date__ = "2010-02-08"
-__version__ = '2.1-beta0'
+__version__ = '3.0-beta0'
from rsa.key import newkeys, PrivateKey, PublicKey
from rsa.pkcs1 import encrypt, decrypt, sign, verify