diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py
index 0ca1db0946a73298c8d2d85a8275dcdad20ed627..871ba26d3f0feaf76c98cfd6816758f320a641b3 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.1.1"
+__version__ = "1.1.2"
diff --git a/pyproject.toml b/pyproject.toml
index bf5f2040d35fb00a9cca6094aa0858bb4d012034..3b32994731f606f002cd4d73a157688470dd2fc5 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.1.1"
+current = "1.1.2"
 regex = '''
   (?P<major>\d+)
   \.