diff --git a/pyproject.toml b/pyproject.toml
index b96178db61edeb06dfff4c289f637e3c5ef49454..420f0aa396cf798375574e3edaf742a3ba7d8a0f 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 = "1.0.0"
+current = "1.0.1"
 regex = '''
   (?P<major>\d+)
   \.
diff --git a/unicorespawner/_version.py b/unicorespawner/_version.py
index 0430cf7d502a9cebb2f46c8a78e9efa4fbd6665c..4faee67b920c5157831dc97c5f0d5c8b7fe0e58f 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__ = "1.0.0"
+__version__ = "1.0.1"