From f7cdbb8b71f4bc72e2cbcca50a352861e5c78819 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 20 Feb 2025 14:50:46 +0100
Subject: [PATCH] Bump to 1.1.0

---
 pyproject.toml             | 2 +-
 unicorespawner/_version.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index faa2026..e892b3b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ profile = "black"
 github_url = "https://github.com/kreuzert/jupyterhub-unicorespawner"
 
 [tool.tbump.version]
-current = "1.0.5"
+current = "1.1.0"
 regex = '''
   (?P<major>\d+)
   \.
diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py
index 89f0425..289c4c3 100644
--- a/unicorespawner/_version.py
+++ b/unicorespawner/_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.5"
+__version__ = "1.1.0"
-- 
GitLab