summaryrefslogtreecommitdiff
path: root/rsa
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:22:14 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2020-06-12 22:22:14 +0200
commit4834b903bb91fd05a2c9c8d5f4255ae0169ba6e7 (patch)
tree44346c30768672b473c05fa2d82a75452ad509a4 /rsa
parent4d3025ff38c6af4905fd416c7951a74f7bf74ba7 (diff)
downloadrsa-git-version-4.3-py27compatible.tar.gz
Diffstat (limited to 'rsa')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 1fa8b1f..af5487f 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -29,7 +29,7 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \
__author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly"
__date__ = "2020-06-12"
-__version__ = '4.3'
+__version__ = '4.5'
# Do doctest if we're run directly
if __name__ == "__main__":