From c0ada43eae0b8d8d5716541caaad3941bc6e6694 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Fri, 17 Jan 2025 16:46:30 +0100 Subject: [PATCH] Bump to 1.0.4 --- 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 c30d9f2..09168f4 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__ = "1.0.3" +__version__ = "1.0.4" diff --git a/pyproject.toml b/pyproject.toml index 2f26667..0c6c8c9 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 = "1.0.3" +current = "1.0.4" regex = ''' (?P<major>\d+) \. -- GitLab