From dda5dd473e0d41808c3ff21d8a9aa757072ab489 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Wed, 9 Apr 2025 08:55:07 +0200
Subject: [PATCH] Bump to 0.12.25

---
 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 bcfc571..c402abf 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.24"
+__version__ = "0.12.25"
diff --git a/pyproject.toml b/pyproject.toml
index fcfa510..9035c84 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.24"
+current = "0.12.25"
 regex = '''
   (?P<major>\d+)
   \.
-- 
GitLab