summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-02-08 22:22:02 -0600
committerGitHub <noreply@github.com>2021-02-08 23:22:02 -0500
commit86c9e4a763579d6b2369db83064c0c4b8e9c1c77 (patch)
treed365ea235e1c5e073edc3454ee1f6b572a91254a /src
parent0f40cb3acb66014d2872010ae3ba00dd16157d01 (diff)
downloadcryptography-3.4.3.tar.gz
version bump, changelog already done (#5791)3.4.3
Diffstat (limited to 'src')
-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 ec0a7bcfa..a885bd2a6 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -21,7 +21,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.4.2"
+__version__ = "3.4.3"
__author__ = "The Python Cryptographic Authority and individual contributors"
__email__ = "cryptography-dev@python.org"