diff --git a/docs/conf.py b/docs/conf.py
index bdc00e089693b3227d0de18cbc66b892c51bb81a..fdf5ed6bd4d8a148046b866a5fc85b6e198cbe50 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.1.dev0"
+release = "3.0.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 9b0b5bfa3f1e61169115e212bf9302ecd25ec251..0866023feb5cf4c8cf0bff69cb3256d3cf7ab899 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "3.0.1.dev0"
+version = "3.0.1"
 packages = [
     { include = "aleksis" }
 ]