diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py index 84b9caa2198a18070d06e47e1132d717ab8585d2..6a824015b9380ddb37a93dba7a0d28bcf3060359 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.26" +__version__ = "0.12.27" diff --git a/pyproject.toml b/pyproject.toml index 3e933f74a3243bdefee6e73091d0965cad2c7690..15ddabecd1a170555a63b45486bf00a4905f0ef5 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.26" +current = "0.12.27" regex = ''' (?P<major>\d+) \.