diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-09 00:01:17 -0500 |
|---|---|---|
| committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-09 00:01:17 -0500 |
| commit | 8ce597bff9678b8efdcd098012c415efccaab505 (patch) | |
| tree | d8a8a786a9b1b28450075c759ab8f6e24ce0c61d /vectors | |
| parent | 3dd326767b34980f3095c67251d77a86bc9202fe (diff) | |
| download | cryptography-8ce597bff9678b8efdcd098012c415efccaab505.tar.gz cryptography-8ce597bff9678b8efdcd098012c415efccaab505.tar.bz2 cryptography-8ce597bff9678b8efdcd098012c415efccaab505.zip | |
reopen tree for 0.9 development work
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 9e3a2431..189eb9f2 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__ = "0.8" +__version__ = "0.9.dev1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" |
