Bump to 2.0.0b1

This commit is contained in:
Erik Sundell
2024-09-30 15:27:34 +02:00
parent a49f0a6889
commit 50f0ac7c66
2 changed files with 2 additions and 2 deletions

View File

@@ -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<major>\d+)
\.

View File

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