summaryrefslogtreecommitdiff
path: root/lib/Crypto/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/__init__.py')
-rw-r--r--lib/Crypto/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/__init__.py b/lib/Crypto/__init__.py
index d29e258..d596e4f 100644
--- a/lib/Crypto/__init__.py
+++ b/lib/Crypto/__init__.py
@@ -38,7 +38,7 @@ Crypto.Util Various useful modules and functions (long-to-string
__all__ = ['Cipher', 'Hash', 'Protocol', 'PublicKey', 'Util']
-__version__ = '2.2' # See also below and setup.py
+__version__ = '2.3' # See also below and setup.py
__revision__ = "$Id$"
# New software should look at this instead of at __version__ above.