diff --git a/src/doc/conf.py b/src/doc/conf.py
index 4d601b8416df695319786229514630a6df55e6c1..84e676394d19e8ec35f241f1cf3cc202dafa0d4d 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.X.Y'
+version = '0.2'
 # The full version, including alpha/beta/rc tags
-release = '0.x.y-beta-rc2'
+release = '0.2'
 
 
 # -- General configuration ---------------------------------------------------