From becf7c94ce454ac057f590cfa41e65ed2c0c6e55 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Mon, 28 Apr 2025 14:26:24 +0200 Subject: [PATCH] Bump to 0.12.30 --- 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 90251cd..7381d5f 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.29" +__version__ = "0.12.30" diff --git a/pyproject.toml b/pyproject.toml index c83fca5..4341d0e 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.29" +current = "0.12.30" regex = ''' (?P<major>\d+) \. -- GitLab