diff --git a/doc/conf.py b/doc/conf.py
index 02d6ce6b0b593134782f48314152fab8733edbd7..b4e7e4b15793ada52a8f6ada43270a68444b35b7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -28,7 +28,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '6.0'
 # The full version, including alpha/beta/rc tags
-release = '6.0.0'
+release = '6.0.1'
 
 
 # -- General configuration ---------------------------------------------------
@@ -46,7 +46,7 @@ extensions = [
     'sphinx.ext.todo',
     "sphinx.ext.autodoc",
     "recommonmark",            # For markdown files.
-     # 'autoapi.extension',
+    # 'autoapi.extension',
     # 'sphinx.ext.intersphinx',
     # 'sphinx.ext.napoleon',     # For Google style docstrings
     "sphinx_rtd_theme",