diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py index 0430cf7d502a9cebb2f46c8a78e9efa4fbd6665c..4faee67b920c5157831dc97c5f0d5c8b7fe0e58f 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__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index e6e255e406103c63f36e6a5bb1243b6283d671b5..c025fcdc78e2a9e78a3e26659efa7fc1d1f5bb2c 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 = "1.0.0" +current = "1.0.1" regex = ''' (?P<major>\d+) \.