From 9c521ee290243eeeb1735ee98de6104bdc22456a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 17 Jul 2017 14:59:03 -0400 Subject: Open master for 2.1 (#3788) --- src/cryptography/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/cryptography/__about__.py b/src/cryptography/__about__.py index 4b4b6dd0..e99a87d1 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__ = "2.0" +__version__ = "2.1.dev1" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" -- cgit v1.2.3