diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py
index 90251cd0561efcf787a3cade79c6e67db2c54ab3..7381d5f04b01429f6f4f3dd1914690c670ec4af9 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 c83fca5d4ec38398addf1c24bc2b8ef4a7b59432..4341d0ee47662de063e48ba51b87f0e5c5e16b49 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+)
   \.