Merge tls-thread-safety - make OpenSSL.SSL.Connection (and anything in pyOpenSSL which interacts with them) thread safe.
diff --git a/version.py b/version.py
index 8614745..8ef6b9f 100644
--- a/version.py
+++ b/version.py
@@ -5,4 +5,4 @@
 pyOpenSSL - A simple wrapper around the OpenSSL library
 """
 
-__version__ = '0.7'
+__version__ = '0.8a1'