diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py
index 4faee67b920c5157831dc97c5f0d5c8b7fe0e58f..041e53d8a1b0a13b6c2b47edf0dc51fa4f7fdae2 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.1"
+__version__ = "1.0.2"
diff --git a/pyproject.toml b/pyproject.toml
index c025fcdc78e2a9e78a3e26659efa7fc1d1f5bb2c..b1ad437e5d960415b4ad717d55f5275641e63dd5 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.1"
+current = "1.0.2"
 regex = '''
   (?P<major>\d+)
   \.