diff --git a/docs/conf.py b/docs/conf.py
index eca0873da774bf2150382429afc0dbc7d5cfdd9c..dd57a50e4c74dc7e526c431886d9940e694facfc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "1.0"
+version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "1.0.3.dev0"
+release = "2.0.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------