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