summaryrefslogtreecommitdiff
path: root/src/cryptography
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-11-01 17:01:29 -0400
committerGitHub <noreply@github.com>2022-11-02 05:01:29 +0800
commit7d9c6c3d6a211091281c1cbe2a2fa1597ffb7c49 (patch)
treecb89426c4898b808f02484c6e04f252dc9027389 /src/cryptography
parent39f80115684b8fa4fe35319ffdddd5914be5709d (diff)
downloadcryptography-38.0.3.tar.gz
Bump for 38.0.3 release (#7761)38.0.3
Diffstat (limited to 'src/cryptography')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index 1fe833a9c..15425c916 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "38.0.2"
+__version__ = "38.0.3"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)