summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-22 12:55:41 -0600
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-22 12:55:41 -0600
commitaa4692c112d756fc12980f7039b030caec27bc0d (patch)
tree07a3debf1bfca289f4aa1bac6c636c199be9cf2a
parent94d19f68417113f6b6af50d80454181106934904 (diff)
parent0d5680126d1e92e0a8f842d3e514867e331eec16 (diff)
downloadcryptography-0.2.1.tar.gz
Merge pull request #670 from reaperhulk/0.2.1-bump-version0.2.1
Bump version to 0.2.1 on 0.2.x branch for release
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index 2d2c698dc..19a928a98 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.2"
+__version__ = "0.2.1"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"