diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2022-03-16 05:36:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-15 17:36:12 -0400 |
| commit | df06889f348d7c3b7e9c35e4e5a1b1480f0b2c5a (patch) | |
| tree | 403304ea55c98fb79e802507c56b4705f6b5f30c /src/cryptography | |
| parent | 1a2e791baaf9eae62fb9b1f186d50c01b678f485 (diff) | |
| download | cryptography-36.0.2.tar.gz | |
Diffstat (limited to 'src/cryptography')
| -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 8848a1963..8adcef29e 100644 --- a/src/cryptography/__about__.py +++ b/src/cryptography/__about__.py @@ -9,7 +9,7 @@ __all__ = [ "__copyright__", ] -__version__ = "36.0.1" +__version__ = "36.0.2" __author__ = "The Python Cryptographic Authority and individual contributors" __copyright__ = "Copyright 2013-2021 {}".format(__author__) |
