aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-08 17:46:32 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-08 17:46:32 -0600
commit08754db41c8affe27310d26147546bde5baca9cc (patch)
tree4085eff90023dbdc06e1f82df03c447697ee8c1d /cryptography
parentec688200e2dde5cef94fe2eb60fa2f8f820eab47 (diff)
downloadcryptography-08754db41c8affe27310d26147546bde5baca9cc.tar.gz
cryptography-08754db41c8affe27310d26147546bde5baca9cc.tar.bz2
cryptography-08754db41c8affe27310d26147546bde5baca9cc.zip
update version to 0.2.dev1 in master
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 95f85749..aa1878da 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.1"
+__version__ = "0.2.dev1"
__author__ = ("Alex Gaynor, Hynek Schlawack, Donald Stufft, "
"Laurens Van Houtven, Jean-Paul Calderone, Christian Heimes, "