From 30e445a458f558af8826d2774a9b3fcbf8580456 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Mon, 19 Feb 2024 13:20:52 +0100 Subject: [PATCH] Bump to 0.0.28 --- outpostspawner/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py index 04a8d2a..5cba046 100644 --- a/outpostspawner/_version.py +++ b/outpostspawner/_version.py @@ -1,4 +1,4 @@ # __version__ should be updated using tbump, based on configuration in # pyproject.toml, according to instructions in RELEASE.md. # -__version__ = "0.0.27" +__version__ = "0.0.28" diff --git a/pyproject.toml b/pyproject.toml index e17139c..2a6608c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ profile = "black" github_url = "https://github.com/kreuzert/jupyterhub-outpostspawner" [tool.tbump.version] -current = "0.0.27" +current = "0.0.28" regex = ''' (?P<major>\d+) \. -- GitLab