diff --git a/pyproject.toml b/pyproject.toml
index f4d0fbaf9d0e9fad511129903fdd032d0db3b884..9dbd2af8eea1410c4d1c685af99c1754bad9c122 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "2.0rc3"
+version = "2.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -16,7 +16,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Untis"
 documentation = "https://aleksis.org/AlekSIS/docs/html/"
 keywords = ["SIS", "education", "school", "timetable", "plans"]
 classifiers = [
-    "Development Status :: 4 - Beta",
+    "Development Status :: 5 - Production/Stable",
     "Environment :: Web Environment",
     "Framework :: Django :: 3.0",
     "Intended Audience :: Education",