diff options
| author | Sybren A. Stüvel <sybren@stuvel.eu> | 2018-09-16 13:42:15 +0200 |
|---|---|---|
| committer | Sybren A. Stüvel <sybren@stuvel.eu> | 2018-09-16 13:42:15 +0200 |
| commit | 368a31f431f24843189b5d4da6b8530fa8bd47d8 (patch) | |
| tree | 81d0770aaf9aae9d7db0798d2adb4ae2f4bf44cf /rsa | |
| parent | 0d13454e8598157d9c1500e7463737c9c28c4710 (diff) | |
| download | rsa-git-version-4.0.tar.gz | |
Mark 4.0 as releasedversion-4.0
Diffstat (limited to 'rsa')
| -rw-r--r-- | rsa/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py index ce3a341..9b05c6c 100644 --- a/rsa/__init__.py +++ b/rsa/__init__.py @@ -28,8 +28,8 @@ from rsa.pkcs1 import encrypt, decrypt, sign, verify, DecryptionError, \ VerificationError, find_signature_hash, sign_hash, compute_hash __author__ = "Sybren Stuvel, Barry Mead and Yesudeep Mangalapilly" -__date__ = "2016-03-29" -__version__ = '4.0-alpha' +__date__ = "2018-09-16" +__version__ = '4.0' # Do doctest if we're run directly if __name__ == "__main__": |
