diff --git a/setup.py b/setup.py index 6fdded6..9be1d18 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: setup( name='nginx_krbauth', - version='0.0.2', + version='0.0.3', py_modules=['nginx_krbauth'], install_requires=['flask', 'gssapi', 'python-ldap'],