diff --git a/docs/conf.py b/docs/conf.py
index 6883356bf8118d51270c6e14e2672bb10dbb1aa0..e4b22f267c295959eede8facc6a4d3a2cf26f9d2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "3.0.dev0"
+release = "3.0.dev1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index fa2c4cb8dc9799e4a856a134a9beaee8925b7b6e..e2465428d62e1e2aebd44800cca6a565842112b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Alsijil"
-version = "3.0.dev0"
+version = "3.0.dev1"
 packages = [
     { include = "aleksis" }
 ]