Bump version number

This commit is contained in:
yuvipanda 2018-09-04 11:20:21 -07:00
parent a702769e0d
commit 2a2676f836

View file

@ -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',