From 8e68745e38c726f74365ce885de79e315ec72e7e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 30 Sep 2024 15:27:34 +0200 Subject: [PATCH] Bump to 2.0.0b1 --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db33483..f085759 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ omit = [ github_url = "https://github.com/jupyterhub/the-littlest-jupyterhub" [tool.tbump.version] -current = "2.0.0.dev" +current = "2.0.0b1" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 8666810..42480f8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( name="the-littlest-jupyterhub", - version="2.0.0.dev", + version="2.0.0b1", description="A small JupyterHub distribution", url="https://github.com/jupyterhub/the-littlest-jupyterhub", author="Jupyter Development Team",