summaryrefslogtreecommitdiff
path: root/vectors
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-12-08 17:26:19 -0500
committerGitHub <noreply@github.com>2020-12-08 16:26:19 -0600
commit7e8fff73cf0c597fe2df34daf2027506f84b9d3b (patch)
treedfee94d7ad95ef435c38c5faf3c8c0407258532c /vectors
parentb5278c908574b2d965755d063a95812c6b520a8e (diff)
downloadcryptography-3.3.tar.gz
Prepare for 3.3 release (#5603)3.3
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 9252c0f0f..5cb6768fa 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -20,7 +20,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.3.dev1"
+__version__ = "3.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"