diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-08 00:00:55 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-08 00:00:55 -0700 |
commit | 02f5caa833bf01e537f0bff94c3a71a675d234c4 (patch) | |
tree | f48b5ed4ce61b272bae4d7cba0884702c67387e7 /vectors | |
parent | 7f68ccda2080c427f5e34b4ecc16cba9a030f2c6 (diff) | |
parent | 5a3e0754f94a280783e0d5b9c1082097566fa62f (diff) | |
download | cryptography-02f5caa833bf01e537f0bff94c3a71a675d234c4.tar.gz cryptography-02f5caa833bf01e537f0bff94c3a71a675d234c4.tar.bz2 cryptography-02f5caa833bf01e537f0bff94c3a71a675d234c4.zip |
Merge branch 'master' into deprecation
Diffstat (limited to 'vectors')
-rw-r--r-- | vectors/cryptography_vectors/__about__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py index d95ccfe6..a8dab84d 100644 --- a/vectors/cryptography_vectors/__about__.py +++ b/vectors/cryptography_vectors/__about__.py @@ -22,7 +22,7 @@ __summary__ = "Test vectors for the cryptography package." __uri__ = "https://github.com/pyca/cryptography" -__version__ = "0.5" +__version__ = "0.6.dev1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |