diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py index 5e3b13ed084b6278a7a53748a31decb94f05bbb1..90251cd0561efcf787a3cade79c6e67db2c54ab3 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.28" +__version__ = "0.12.29" diff --git a/pyproject.toml b/pyproject.toml index 80416738bedcb0f5896d83a5f9d1584992b31962..c83fca5d4ec38398addf1c24bc2b8ef4a7b59432 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.28" +current = "0.12.29" regex = ''' (?P<major>\d+) \.