diff --git a/src/doc/conf.py b/src/doc/conf.py
index 3c2113f358253d9ef278d5094790e8a97b0053f2..4bd61d2c8cd609063c5868c35b5c0534c975cf76 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.7.0'
+version = '0.7.1'
 # The full version, including alpha/beta/rc tags
-release = '0.7.0'
+release = '0.7.1-SNAPSHOT'
 
 
 # -- General configuration ---------------------------------------------------