aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-22 20:04:40 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2016-11-22 07:04:40 -0500
commit085859172d13366e6ceae41a1eb0a21b50019eb7 (patch)
tree5a3293a17b2071b997a25b78901fcdddcaab6275 /vectors
parent4a2f36bc11342ca15cb49bfc313c20bbd4a045ae (diff)
downloadcryptography-085859172d13366e6ceae41a1eb0a21b50019eb7.tar.gz
cryptography-085859172d13366e6ceae41a1eb0a21b50019eb7.tar.bz2
cryptography-085859172d13366e6ceae41a1eb0a21b50019eb7.zip
let's get rolling on 1.7! (#3274)
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 41f7c99f..6873d6e5 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -14,7 +14,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "1.6"
+__version__ = "1.7.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"