From 4c336c2b33fef110f2eb898bc234c5025ebf568f Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Mon, 26 May 2025 15:15:36 +0200 Subject: [PATCH] Bump to 1.1.3 --- 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 871ba26..c81f6bd 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.1.2" +__version__ = "1.1.3" diff --git a/pyproject.toml b/pyproject.toml index 3b32994..e0030b3 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.1.2" +current = "1.1.3" regex = ''' (?P<major>\d+) \. -- GitLab