From 08754db41c8affe27310d26147546bde5baca9cc Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 8 Jan 2014 17:46:32 -0600 Subject: update version to 0.2.dev1 in master --- cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " -- cgit v1.2.3