diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py
index 51a8cbd32d9222e824ae7ca3e33b0bd5e3384621..e5d9944f5183af16baef2985ff58505e5f6665ef 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.11"
+__version__ = "0.12.12"
diff --git a/pyproject.toml b/pyproject.toml
index 739995d8f39d4b7bce54a8a43057bf2e8649e31c..d5c7f8d45797775841ee486cdd034fe870734e9b 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.11"
+current = "0.12.12"
 regex = '''
   (?P<major>\d+)
   \.