aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 13:37:51 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-20 13:37:51 -0600
commitf933572455291e10c0a1a2352cb5eb0fd2716b43 (patch)
treedf24916fb27a37963483380a7f1612be53864684 /cryptography
parent6a364d5262905d00ae422d24d91af822b87e899d (diff)
downloadcryptography-f933572455291e10c0a1a2352cb5eb0fd2716b43.tar.gz
cryptography-f933572455291e10c0a1a2352cb5eb0fd2716b43.tar.bz2
cryptography-f933572455291e10c0a1a2352cb5eb0fd2716b43.zip
boilerplate to reopen master for third release work
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 2d2c698d..21e56ac0 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package designed to expose cryptographic "
"recipes and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.2"
+__version__ = "0.3.dev1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"