From 6859e2f6c9f82af19d94dc3e4f1ed5f694acd0c7 Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Wed, 26 Apr 2017 01:41:43 +0200
Subject: [PATCH] set version to 0.1.0

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

diff --git a/setup.py b/setup.py
index c979add..0cbbc3f 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ cy_build = cythonize([
 
 setup(
     name="DTLSSocket",
-    version='0.1',
+    version='0.1.0',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     author      = "Jannis Konrad",
     author_email= "Jannis.Konrad@h-brs.de",
-- 
GitLab