diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py index 5cba04623ca748d79d89f3ef31c72cdd5ae16960..b375739e5ed9840378774249cee89db72d9a5640 100644 --- a/outpostspawner/_version.py +++ b/outpostspawner/_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.0.28" +__version__ = "0.0.29" diff --git a/pyproject.toml b/pyproject.toml index 2a6608c0a6ef7aed7f5c697bfc98cf8f3ccec27e..2d67288b270508878930336b6860514e2a17cd5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ profile = "black" github_url = "https://github.com/kreuzert/jupyterhub-outpostspawner" [tool.tbump.version] -current = "0.0.28" +current = "0.0.29" regex = ''' (?P<major>\d+) \.