diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py index b39a2a4574d8e80a818cf7486b2582553afa809b..7ed4ed4be22a8ce7908e17e634aff773cdefd869 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.19" +__version__ = "0.12.20" diff --git a/pyproject.toml b/pyproject.toml index c860e526fdbc1bef221c1a6c2df96e298cc20622..88538e66d75043a84a7c86386534636f32d625be 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.19" +current = "0.12.20" regex = ''' (?P<major>\d+) \.