diff --git a/docs/conf.py b/docs/conf.py
index 3287243f133810dce0b9a34d65d4c9fb2913a89f..7382021cdeff4439fad76c7e8fd1da6d1a72b5c5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "3.0"
+version = "3.1"
 # The full version, including alpha/beta/rc tags
-release = "3.0.1.dev0"
+release = "3.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 3445fb1e0e322123b5c006e0086d7e48485be76c..96cdc64276c4a7c6432294ee425b6b7acb117001 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "3.0.1.dev0"
+version = "3.1"
 packages = [
     { include = "aleksis" }
 ]