From 0004f118b4933e75053e9b88be21c7a92b15ffb7 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Sun, 3 Mar 2024 08:56:22 +0100
Subject: [PATCH] Bump to 0.0.29

---
 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 5cba046..b375739 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.28"
+__version__ = "0.0.29"
diff --git a/pyproject.toml b/pyproject.toml
index 2a6608c..2d67288 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.28"
+current = "0.0.29"
 regex = '''
   (?P<major>\d+)
   \.
-- 
GitLab