summaryrefslogtreecommitdiff
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-03 16:47:21 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2017-08-03 17:47:21 -0400
commit87a6dcae8a527d6e0b5c8feabfa768cd8fa6e264 (patch)
tree22b1c8d12c36c4a67cc1e8320b5994f3fd5afac8 /src/cryptography/__about__.py
parent5e7160fb442520647ac3f6d53707da954a517d6c (diff)
downloadcryptography-2.0.3.tar.gz
2.0.3 changelog and version bump (#3843)2.0.32.0.x
Diffstat (limited to 'src/cryptography/__about__.py')
-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 6dc68e3b1..ff33d95c3 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.2"
+__version__ = "2.0.3"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"