diff --git a/setup.py b/setup.py
index 8ece61d408ba0b29e536bc53fd7db8940dcc1527..13ac78df9c1445df550d157413d6142c494b0acd 100644
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@ ext_modules = cythonize([
 
 setup(
     name="DTLSSocket",
-    version='0.1.3',
+    version='0.1.4',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     author      = "Jannis Konrad",
     author_email= "Jannis.Konrad@h-brs.de",