diff --git a/setup.py b/setup.py index 194c3af..7a179c6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="the-littlest-jupyterhub", - version="0.2.0", + version="1.0.0.dev0", description="A small JupyterHub distribution", url="https://github.com/jupyterhub/the-littlest-jupyterhub", author="Jupyter Development Team",