From 0b0a0d73e20c3a05c25a905a085da576b346d6fb Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Thu, 7 Nov 2024 21:22:37 +0100
Subject: [PATCH] Bump to 1.0.1

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

diff --git a/pyproject.toml b/pyproject.toml
index b96178d..420f0aa 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.0"
+current = "1.0.1"
 regex = '''
   (?P<major>\d+)
   \.
diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py
index 0430cf7..4faee67 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.0"
+__version__ = "1.0.1"
-- 
GitLab