diff --git a/pyproject.toml b/pyproject.toml index d675e0d..e8f2db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ omit = [ github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub" [tool.tbump.version] -current = "1.0.0.dev0" +current = "1.0.0b1" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 7ba44c7..0ff550d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="the-littlest-jupyterhub", - version="1.0.0.dev0", + version="1.0.0b1", description="A small JupyterHub distribution", url="https://github.com/jupyterhub/the-littlest-jupyterhub", author="Jupyter Development Team",