diff --git a/docs/conf.py b/docs/conf.py
index 9096133d6b1d3bad38902fcad21bab52f3f0cb6b..be9800f0e53744ba0f9fa0dcd6d9294d9fde541a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,13 +25,13 @@ django.setup()
 # -- Project information -----------------------------------------------------
 
 project = "AlekSIS-App-Matrix"
-copyright = "2018-2022 The AlekSIS team"
+copyright = "2018-2023 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "1.0"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "1.0.1.dev0"
+release = "3.0.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 93a386b6a93fc8097462dda3e508a823b528ead5..dadf61c64545d011c9cb74c6700c8472ff8fbfca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Matrix"
-version = "1.0.1.dev0"
+version = "3.0.0.dev0"
 packages = [
     { include = "aleksis" }
 ]
@@ -32,7 +32,7 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^2.7"
+aleksis-core = "^3.0.dev3"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"