summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-11-01 21:00:45 -0500
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-11-01 21:00:45 -0500
commit7ac1798a27bdccfedfd8c352953a9122cc2e6a62 (patch)
tree88ba31ed77020260953e61e3b5a703cacaf0a86e /lib/Crypto/__init__.py
parent76736791fc12bea31b225f0ba790656e5c62dfd9 (diff)
downloadpycrypto-7ac1798a27bdccfedfd8c352953a9122cc2e6a62.tar.gz
Bump to version 2.1.0b1v2.1.0b1
Diffstat (limited to 'lib/Crypto/__init__.py')
-rw-r--r--lib/Crypto/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py
index 88044c4..ae7ab46 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -38,9 +38,9 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util']
-__version__ = '2.1.0a2' # See also below and setup.py
+__version__ = '2.1.0b1' # See also below and setup.py
__revision__ = "$Id$"
# New software should look at this instead of at __version__ above.
-version_info = (2, 1, 0, 'alpha', 2) # See also above and setup.py
+version_info = (2, 1, 0, 'beta', 1) # See also above and setup.py