Bump version number
diff --git a/OpenSSL/version.py b/OpenSSL/version.py
index 35a79cf..d8abe10 100644
--- a/OpenSSL/version.py
+++ b/OpenSSL/version.py
@@ -1,8 +1,8 @@
 # Copyright (C) AB Strakt 2001-2004, All rights reserved
-# Copyright (C) Jean-Paul Calderone 2008-2009, All rights reserved
+# Copyright (C) Jean-Paul Calderone 2008-2010, All rights reserved
 
 """
 pyOpenSSL - A simple wrapper around the OpenSSL library
 """
 
-__version__ = '0.10'
+__version__ = '0.11'
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex
index 564e6bb..64cdde8 100644
--- a/doc/pyOpenSSL.tex
+++ b/doc/pyOpenSSL.tex
@@ -2,7 +2,7 @@
 
 \title{Python OpenSSL Manual}
 
-\release{0.10}
+\release{0.11}
 
 \author{Jean-Paul Calderone}
 \authoraddress{\email{exarkun@twistedmatrix.com}}
diff --git a/setup.py b/setup.py
index c2ccba5..9200ae5 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
 from distutils.command.build_ext import build_ext
 
 # XXX Deduplicate this
-__version__ = '0.10'
+__version__ = '0.11'
 
 crypto_src = ['OpenSSL/crypto/crypto.c', 'OpenSSL/crypto/x509.c',
               'OpenSSL/crypto/x509name.c', 'OpenSSL/crypto/pkey.c',