From 0c46921ba2ff168d8400659b8e0a4f37abfa9498 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 8 Dec 2020 13:10:08 -0500 Subject: [PATCH] Release 1.0.0 Signed-off-by: Robbie Harwood --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cffe6b..20b335e 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def read(fname): } setup( name="kdcproxy", - version="0.4.2", + version="1.0.0", author=", ".join(authors.keys()), author_email=", ".join(authors.values()), description=("A kerberos KDC HTTP proxy WSGI module."),