summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"