diff --git a/jsc_custom/_version.py b/jsc_custom/_version.py index 359fe9211461c7cec70df13598d8c72da5646f75..f7da1bacf297a770358f59760a6c84c5e4be8fce 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.13.1" +__version__ = "0.13.2" diff --git a/pyproject.toml b/pyproject.toml index ed7f09bcd2de3582f3943ba928b7c832bd8076bb..6c2ebef4701dc0167a9f75c438cc28a03a90c6bd 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.13.1" +current = "0.13.2" regex = ''' (?P<major>\d+) \.