From d81fb6f2493631826d0491ba52668728eca56ccc Mon Sep 17 00:00:00 2001 From: Chad Killingsworth Date: Tue, 1 Dec 2015 07:26:44 -0600 Subject: [PATCH] Bump version number for pypi publication --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 14dfe39..1ee1ece 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='sentry-ldap-auth', - version='1.0', + version='1.1', author='Chad Killingsworth - Jack Henry and Associates, Inc.', author_email='chad.killingsworth@banno.com', url='http://github.com/banno/getsentry-ldap-auth', @@ -26,7 +26,7 @@ zip_safe=False, install_requires=install_requires, include_package_data=True, - download_url='https://github.com/banno/getsentry-ldap-auth/tarball/1.0', + download_url='https://github.com/banno/getsentry-ldap-auth/tarball/1.1', classifiers=[ 'Framework :: Django', 'Intended Audience :: Developers',