From d462d41140ccf15244356a10ca7fd0ceccc75669 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Wed, 12 Feb 2025 17:00:24 +0100
Subject: [PATCH] Bump to 1.1.1

---
 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 289c4c3..0ca1db0 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.0"
+__version__ = "1.1.1"
diff --git a/pyproject.toml b/pyproject.toml
index baac4e1..bf5f204 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.0"
+current = "1.1.1"
 regex = '''
   (?P<major>\d+)
   \.
-- 
GitLab