From d7f03d93237676e5c7a28a68e5c951ee5a0ba716 Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Thu, 26 Oct 2017 19:41:35 +0200
Subject: [PATCH] merge require cython, bump version for pipy

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

diff --git a/setup.py b/setup.py
index 8ece61d..13ac78d 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",
-- 
GitLab