From f5608aff453562bbdf29d4004fd86dcf2a72a605 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 3 Jul 2018 16:09:34 -0700 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 75baf8f..2fb638a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='jupyterhub-firstuseauthenticator', - version='0.9', + version='0.10', description='JupyterHub Authenticator that lets users set passwords on first use', url='https://github.com/yuvipanda/jupyterhub-firstuseauthenticator', author='Yuvi Panda',