diff --git a/outpostspawner/_version.py b/outpostspawner/_version.py
index 09168f499f568b19aff322048ccb8f5a536e09d2..289c4c39762f7ce0739eaffa4b0cb53937da3778 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.4"
+__version__ = "1.1.0"
diff --git a/pyproject.toml b/pyproject.toml
index 0c6c8c998b497f66046009c6cd225e94a701c399..baac4e11605fea2d3a610fe8041942a5958f983f 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.4"
+current = "1.1.0"
 regex = '''
   (?P<major>\d+)
   \.