aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/__about__.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-13 17:59:31 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-13 19:56:23 -0500
commitc486ed5275df85df56a9f9161ae2059303571ae4 (patch)
tree3684a605208619e78d9455556b5fb087dae7df15 /src/cryptography/__about__.py
parent23283f9be27c6199d6482b4bce72af72f25989c7 (diff)
downloadcryptography-c486ed5275df85df56a9f9161ae2059303571ae4.tar.gz
cryptography-c486ed5275df85df56a9f9161ae2059303571ae4.tar.bz2
cryptography-c486ed5275df85df56a9f9161ae2059303571ae4.zip
0.9 time
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 0f8d4871..f5a48a9e 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__ = "0.9.dev1"
+__version__ = "0.9"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"