Merge pull request #859 from minrk/10

bump version to 1.0.0.dev0
This commit is contained in:
Simon Li
2023-03-22 09:44:35 +00:00
committed by GitHub

View File

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