From 83b98d6070ef19a47543e4e760ff71c4427b483c Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Tue, 20 Aug 2024 15:11:16 +0200
Subject: [PATCH] fix

---
 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 82e8432..15cf9ab 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.10.13"
+__version__ = "0.10.13.post3"
diff --git a/pyproject.toml b/pyproject.toml
index 0acd2da..7caaa38 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -55,7 +55,7 @@ profile = "black"
 github_url = "https://github.com/kreuzert/jupyter-jsc-custom"
 
 [tool.tbump.version]
-current = "0.10.13"
+current = "0.10.13.post3"
 regex = '''
   (?P<major>\d+)
   \.
-- 
GitLab