diff --git a/setup.py b/setup.py
index 7eafd21b0dbc479d51e4e42646b9f42149242874..e36b29f7d79f30ee588764e02bea3d3577994def 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.10',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     author      = "Jannis Konrad",
     author_email= "Jannis.Konrad@h-brs.de",