aboutsummaryrefslogtreecommitdiffstats
path: root/vectors
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 /vectors
parent421e30d557c0b215d9a5a815af64326ccba4bfda (diff)
downloadcryptography-9586201c1bfb8105eff683c23e5fe28378e59693.tar.gz
cryptography-9586201c1bfb8105eff683c23e5fe28378e59693.tar.bz2
cryptography-9586201c1bfb8105eff683c23e5fe28378e59693.zip
bump version to 0.4
Diffstat (limited to 'vectors')
-rw-r--r--vectors/cryptography_vectors/__about__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vectors/cryptography_vectors/__about__.py b/vectors/cryptography_vectors/__about__.py
index ad61c1bc..606fa39d 100644
--- a/vectors/cryptography_vectors/__about__.py
+++ b/vectors/cryptography_vectors/__about__.py
@@ -22,7 +22,7 @@ __summary__ = "Test vectors for the cryptography package."
__uri__ = "https://github.com/pyca/cryptography"
-__version__ = "0.4.dev1"
+__version__ = "0.4"
__author__ = "The cryptography developers"
__email__ = "cryptography-dev@python.org"