diff --git a/doc/conf.py b/doc/conf.py
index 03c39792c7bfb2bfe428f2ed954cdf6b01414083..dde0fdb1c7d96929eaa52b87ff4d26619aa1e529 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.X.Y'
+version = '3.0.0'
 # The full version, including alpha/beta/rc tags
-release = '0.x.y-beta-rc2'
+release = '3.0.0'
 
 
 # -- General configuration ---------------------------------------------------