diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-07-05 09:14:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 13:14:51 +0000 |
| commit | 7ad17d819affb996c6681c6aac57e43184c54865 (patch) | |
| tree | 3dd42058b5358409a17d9ecb64b4983c7821612c /src | |
| parent | b71c39202ba2d7dfb7a89215e04946e7fbf92896 (diff) | |
| download | cryptography-37.0.x.tar.gz | |
Diffstat (limited to 'src')
| -rw-r--r-- | src/cryptography/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index b581d90b6..399beb668 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -9,7 +9,7 @@ __all__ = [ "__copyright__", ] -__version__ = "37.0.3" +__version__ = "37.0.4" __author__ = "The Python Cryptographic Authority and individual contributors" __copyright__ = "Copyright 2013-2022 {}".format(__author__) |
