aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-29 21:12:46 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-29 21:12:46 -0700
commit3a660c05aa99a4bbd0293eebff9d6d4d42560710 (patch)
treed632e6c754e44f3217a8988f0797f9655a9a825d /cryptography
parentb2ab5ef112f8de507d2db72fdf4a5fa698a954e0 (diff)
parent98681338df32ade2868487fb800af0cef1a30d91 (diff)
downloadcryptography-3a660c05aa99a4bbd0293eebff9d6d4d42560710.tar.gz
cryptography-3a660c05aa99a4bbd0293eebff9d6d4d42560710.tar.bz2
cryptography-3a660c05aa99a4bbd0293eebff9d6d4d42560710.zip
Merge pull request #1370 from reaperhulk/master-open-for-business
open master for seventh release development
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 65c28fb0..77320b95 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.6"
+__version__ = "0.7.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"