From 06375b59dcc4775d88714155b39c8d54ab2bbf9c Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Mon, 2 Sep 2019 23:32:49 +0200
Subject: [PATCH] bump version

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

diff --git a/setup.py b/setup.py
index 7eafd21..e36b29f 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",
-- 
GitLab