aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-09 00:01:17 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-03-09 00:01:17 -0500
commit8ce597bff9678b8efdcd098012c415efccaab505 (patch)
treed8a8a786a9b1b28450075c759ab8f6e24ce0c61d /src
parent3dd326767b34980f3095c67251d77a86bc9202fe (diff)
downloadcryptography-8ce597bff9678b8efdcd098012c415efccaab505.tar.gz
cryptography-8ce597bff9678b8efdcd098012c415efccaab505.tar.bz2
cryptography-8ce597bff9678b8efdcd098012c415efccaab505.zip
reopen tree for 0.9 development work
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py
index c760af71..0f8d4871 100644
--- a/src/cryptography/__about__.py
+++ b/src/cryptography/__about__.py
@@ -14,7 +14,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.8"
+__version__ = "0.9.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"