summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-04-14 20:22:26 +0800
committerGitHub <noreply@github.com>2023-04-14 12:22:26 +0000
commitf816b457494e010b655cd7fdcd30e3446f86a703 (patch)
tree1a9b5e5aea61030b422d2fbd8df26bb9ceb5cf6e
parent8bf7a9dcb8b83a91d2893e07e52904f185496071 (diff)
downloadcryptography-40.0.2.tar.gz
version bump for 40.0.2 (#8728)40.0.240.0.x
-rw-r--r--src/cryptography/__about__.py2
-rw-r--r--vectors/cryptography_vectors/__about__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index de686bbc6..ce522d5e6 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
-__version__ = "40.0.1"
+__version__ = "40.0.2"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = f"Copyright 2013-2023 {__author__}"
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index ecd8c18fe..d14874ee9 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
-__version__ = "40.0.1"
+__version__ = "40.0.2"