Bump version
diff --git a/OpenSSL/version.py b/OpenSSL/version.py
index 3faccd0..da2ff34 100644
--- a/OpenSSL/version.py
+++ b/OpenSSL/version.py
@@ -5,4 +5,4 @@
 pyOpenSSL - A simple wrapper around the OpenSSL library
 """
 
-__version__ = '0.11a1'
+__version__ = '0.11a2'
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 920c72e..72aac99 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -2,7 +2,7 @@
 
 \title{Python OpenSSL Manual}
 
-\release{0.11a1}
+\release{0.11a2}
 
 \author{Jean-Paul Calderone}
 \authoraddress{\email{exarkun@twistedmatrix.com}}
diff --git a/setup.py b/setup.py
index 1985120..85c1721 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@
 from distutils.command.build_ext import build_ext
 
 # XXX Deduplicate this
-__version__ = '0.11a1'
+__version__ = '0.11a2'
 
 crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
               'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',