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",