diff --git a/src/doc/conf.py b/src/doc/conf.py
index a9b28b9305b67cb552a5f279b4ef2f330ee7929c..3c2113f358253d9ef278d5094790e8a97b0053f2 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -26,9 +26,9 @@ copyright = '2022, IndiScale GmbH'
 author = 'Daniel Hornung'
 
 # The short X.Y version
-version = '0.6.1'
+version = '0.7.0'
 # The full version, including alpha/beta/rc tags
-release = '0.6.1-SNAPSHOT'
+release = '0.7.0'
 
 
 # -- General configuration ---------------------------------------------------