From 44521fc51cf4d832ea079b8b27d7ce67bb8224f0 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Tue, 8 Apr 2025 10:05:49 +0200
Subject: [PATCH] Bump to 0.12.24

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

diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py
index 1390b7e..bcfc571 100644
--- a/jsc_custom/_version.py
+++ b/jsc_custom/_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.12.23"
+__version__ = "0.12.24"
diff --git a/pyproject.toml b/pyproject.toml
index 3266177..fcfa510 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -56,7 +56,7 @@ profile = "black"
 github_url = "https://github.com/kreuzert/jupyter-jsc-custom"
 
 [tool.tbump.version]
-current = "0.12.23"
+current = "0.12.24"
 regex = '''
   (?P<major>\d+)
   \.
-- 
GitLab