From 3420810aeddb4a1c49a84edc5d6c2bca26efc28f Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Sun, 9 Mar 2025 17:47:13 +0100 Subject: [PATCH] Bump to 0.12.16 --- 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 c56a399..59d0273 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.15" +__version__ = "0.12.16" diff --git a/pyproject.toml b/pyproject.toml index 911c97f..bc8dad9 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.15" +current = "0.12.16" regex = ''' (?P<major>\d+) \. -- GitLab