From 5532135833bb215c5d27df9985dde34b0da583ea Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Fri, 15 Sep 2017 12:13:54 +0200
Subject: [PATCH] and bump version

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index cbac233..7678041 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,7 @@ cy_build = cythonize([
 
 setup(
     name="DTLSSocket",
-    version='0.1.2',
+    version='0.1.3',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     author      = "Jannis Konrad",
     author_email= "Jannis.Konrad@h-brs.de",
-- 
GitLab