Skip to content

Commit

Permalink
BUMP 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behackett committed Oct 17, 2016
1 parent a1a7583 commit 0f4ad94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run(self):

setup(
name="winkerberos",
version="0.5.0.dev0",
version="0.5.0",
description="High level interface to SSPI for Kerberos client auth",
long_description=readme,
author="Bernie Hackett",
Expand Down
2 changes: 1 addition & 1 deletion src/winkerberos.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ initwinkerberos(VOID)
PyInt_FromLong(ISC_REQ_INTEGRITY)) ||
PyModule_AddObject(module,
"__version__",
PyString_FromString("0.5.0.dev0"))) {
PyString_FromString("0.5.0"))) {
Py_DECREF(GSSError);
Py_DECREF(KrbError);
Py_DECREF(module);
Expand Down

0 comments on commit 0f4ad94

Please sign in to comment.