aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-07 22:29:23 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-07 22:29:23 -0500
commit1757fe3de96bb821b19512a9df019ac7e0ad1061 (patch)
tree6e335456b19a977d91bda003177f87eb9af79963 /cryptography
parentd329d535d0a1598eae8dd63fd6d65ab7f5d30ad4 (diff)
downloadcryptography-1757fe3de96bb821b19512a9df019ac7e0ad1061.tar.gz
cryptography-1757fe3de96bb821b19512a9df019ac7e0ad1061.tar.bz2
cryptography-1757fe3de96bb821b19512a9df019ac7e0ad1061.zip
open master for development on the sixth release
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 527b18c4..eb022fbd 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.5.1"
+__version__ = "0.6.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"