From 3ce447ad738b49f147dee2567cb4dd1b04097a8c Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Tue, 7 May 2024 01:02:37 +0200
Subject: [PATCH] bump version

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

diff --git a/setup.py b/setup.py
index c233052..6fd2a29 100644
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ with open("README.md", "r") as fh:
 
 setup(
     name="DTLSSocket",
-    version='0.1.17',
+    version='0.1.18',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     long_description=long_description,
     long_description_content_type="text/markdown",
-- 
GitLab