From 2a2676f836cbcdf4d2b58d20c15d1c32dfe53db8 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 4 Sep 2018 11:20:21 -0700 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',