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