diff --git a/setup.py b/setup.py index 2fb638a..a8500ff 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='jupyterhub-firstuseauthenticator', - version='0.10', + version='0.11', description='JupyterHub Authenticator that lets users set passwords on first use', url='https://github.com/yuvipanda/jupyterhub-firstuseauthenticator', author='Yuvi Panda',