summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2020-08-26 23:00:17 -0500
committerGitHub <noreply@github.com>2020-08-27 00:00:17 -0400
commitba2c0e5e3e4fb242b80474d2ff7368c91e7ebeaf (patch)
treea8c52b52473d73b6b87a989222c3133fb783c12f /src
parentc63106c46be435d274f9d3fd82bc74bb3f348226 (diff)
downloadcryptography-3.1.tar.gz
3.1 release (#5430)3.1
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 1b3cd70ac..fd1b7a581 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = (
)
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.1.dev1"
+__version__ = "3.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"