From 5ccf30b17763481a5880a092095bfb1ea00efd71 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Fri, 5 Nov 2021 14:59:39 +0100 Subject: [PATCH] Bump version to 1.1.0 Bump version to 1.1.0 for changes to python support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec59766..b7c705c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name = 'sslpsk', - version = '1.0.0', + version = '1.1.0', description = 'Adds TLS-PSK support to the Python ssl package', author = 'David R. Bild', author_email = 'david@davidbild.org',