diff --git a/pyproject.toml b/pyproject.toml
index 09cfc2fc3f4e32a08e1644922afc916767313c31..6f1798789651c7608ff27ccd15f4b97f930abca6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ profile = "black"
 github_url = "https://github.com/kreuzert/jupyterhub-unicorespawner"
 
 [tool.tbump.version]
-current = "0.9.0"
+current = "0.9.1"
 regex = '''
   (?P<major>\d+)
   \.
diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py
index 111aa1ea15568672e718f6588a11e325d0c79a85..a57a489066edead870bf7bc88ec6b9596ae0e018 100644
--- a/unicorespawner/_version.py
+++ b/unicorespawner/_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__ = "0.9.0"
+__version__ = "0.9.1"