summaryrefslogtreecommitdiff
path: root/vectors
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-10-25 23:50:35 -0400
committerGitHub <noreply@github.com>2020-10-25 20:50:35 -0700
commit558cf91f4760193e73ad6dc42b2ad6e87a06909b (patch)
treea476b87536a8100becb5bbf2f059574c91ea4903 /vectors
parentc9e65222c91df8b6f61650a3460e30232962c1e0 (diff)
downloadcryptography-558cf91f4760193e73ad6dc42b2ad6e87a06909b.tar.gz
Reopen master for 3.3 (#5509)
* Reopen master for 3.3 * its how you know its authentic alex gaynor code
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index 3b41b82e0..9252c0f0f 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -20,10 +20,10 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "3.2"
+__version__ = "3.3.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"
__license__ = "BSD or Apache License, Version 2.0"
-__copyright__ = "Copyright 2013-2019 %s" % __author__
+__copyright__ = "Copyright 2013-2020 %s" % __author__