aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-01 16:48:05 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-03 08:50:43 -0500
commit9586201c1bfb8105eff683c23e5fe28378e59693 (patch)
tree2f3a27b3f2762c2258c448fdc65953ab9ff04044 /cryptography
parent421e30d557c0b215d9a5a815af64326ccba4bfda (diff)
downloadcryptography-9586201c1bfb8105eff683c23e5fe28378e59693.tar.gz
cryptography-9586201c1bfb8105eff683c23e5fe28378e59693.tar.bz2
cryptography-9586201c1bfb8105eff683c23e5fe28378e59693.zip
bump version to 0.4
Diffstat (limited to 'cryptography')
-rw-r--r--cryptography/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptography/__about__.py b/cryptography/__about__.py
index ce0f32fc..d1151dc5 100644
--- a/cryptography/__about__.py
+++ b/cryptography/__about__.py
@@ -22,7 +22,7 @@ __summary__ = ("cryptography is a package which provides cryptographic recipes"
" and primitives to Python developers.")
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.4.dev1"
+__version__ = "0.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"