diff --git a/setup.py b/setup.py
index d1e4062f3a33f3d033481945da53e78aba45ab90..bce8a430a7dfe933abfc964159ec9144e21d55ee 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ class prepare_tinydtls(build_ext):
 
 setup(
     name="DTLSSocket",
-    version='0.1.9',
+    version='0.1.11a1',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     author      = "Jannis Konrad",
     author_email= "Jannis.Konrad@h-brs.de",