From 898760d01a3bdb3de2c6862cf6ed285790bae1cd Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 8 Aug 2018 17:44:53 -0400 Subject: [PATCH] Release 0.4 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6810175..37c4403 100644 --- a/setup.py +++ b/setup.py @@ -57,9 +57,9 @@ def read(fname): setup( name="kdcproxy", - version="0.4.dev1", - author="Nalin Dahyabhai, Nathaniel McCallum, Christian Heimes", - author_email="nalin@redhat.com, npmccallum@redhat.com, cheimes@redhat.com", + version="0.4", + author="Nalin Dahyabhai, Nathaniel McCallum, Christian Heimes, Robbie Harwood", + author_email="nalin@redhat.com, npmccallum@redhat.com, cheimes@redhat.com, rharwood@redhat.com", description=("A kerberos KDC HTTP proxy WSGI module."), license="MIT", keywords="krb5 proxy http https kerberos",