diff --git a/docs/conf.py b/docs/conf.py
index 8dbdcee464e976d14ea50a117c447c1062e78fe3..e773e2f8b24eb3cfe3a039650cf5bd66cea38525 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "4.0"
 # The full version, including alpha/beta/rc tags
-release = "4.0.0.dev0"
+release = "4.0.0.dev4"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 635f20eb2a77a943a4f7265f6cc52d3f68ba76a5..bb7e758fec02a7a9ca34686c0d7d57a7b9e57f12 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "4.0.0.dev0"
+version = "4.0.0.dev4"
 packages = [
     { include = "aleksis" }
 ]