From c74edd985ae9b0faee89865b3adc45a5c3a18fbd Mon Sep 17 00:00:00 2001 From: Jannis Konrad <kabel42@gmail.com> Date: Fri, 6 Sep 2024 09:59:32 +0200 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5eb1ab2..8b5712d 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ with open("README.md", "r") as fh: setup( name="DTLSSocket", - version='0.1.19', + version='0.2.0', description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface", long_description=long_description, long_description_content_type="text/markdown", -- GitLab