From 34e516919cfd2c35eb41076a918dff3a214ab7ec Mon Sep 17 00:00:00 2001
From: Jannis Konrad <kabel42@gmail.com>
Date: Tue, 18 Jul 2023 16:35:37 +0200
Subject: [PATCH] sdist 0.1.16

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index b5b701f..38cbf00 100644
--- a/setup.py
+++ b/setup.py
@@ -32,12 +32,12 @@ with open("README.md", "r") as fh:
 
 setup(
     name="DTLSSocket",
-    version='0.1.15',
+    version='0.1.16',
     description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
     long_description=long_description,
     long_description_content_type="text/markdown",
     author      = "Jannis Konrad",
-    author_email= "Jannis.Konrad@h-brs.de",
+    author_email= "Kabel42@gmail.com",
     url         = "https://git.fslab.de/jkonra2m/tinydtls-cython",
     py_modules  = [ "DTLSSocket.DTLSSocket"],
     cmdclass    = {"build_ext": prepare_tinydtls},
-- 
GitLab