From 0792ea03bffceaff7ecf16949faa9ca3898b681b Mon Sep 17 00:00:00 2001 From: Jannis Konrad <kabel42@gmail.com> Date: Fri, 15 Sep 2017 10:45:35 +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 336ed76..e37e64c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ cy_build = cythonize([ setup( name="DTLSSocket", - version='0.1.1', + version='0.1.2', description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface", author = "Jannis Konrad", author_email= "Jannis.Konrad@h-brs.de", -- GitLab