From c0563ab573f79f3b72fdfed6d14efc6073b039c7 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 21 Oct 2024 10:26:00 +0200 Subject: [PATCH] Bump to 2.0.1.dev --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 164c1363..4b60de83 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" +current = "2.0.1.dev" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index bd13a848..82c7eaec 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="the-littlest-jupyterhub", - version="2.0.0", + version="2.0.1.dev", description="A small JupyterHub distribution", url="https://github.com/jupyterhub/the-littlest-jupyterhub", author="Jupyter Development Team",