summaryrefslogtreecommitdiff
path: root/src/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-26 15:14:44 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-07-26 16:14:44 -0400
commite758aa6066f79a4181ba8183112e1f4477bcce1b (patch)
treeba47cef274d4db66d463e193ce5053a4226d0585 /src/cryptography
parent9a20f65560fcc0d2d13c49dacde970948eae5275 (diff)
downloadcryptography-2.0.1.tar.gz
2.0.1 changelog and version bump (#3820)2.0.1
Diffstat (limited to 'src/cryptography')
-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 4b4b6dd04..c363a0a81 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.0.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"