diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index d1486af39114adfcbd75aeb08afe41b911f19d5f..565002c85ba0faef4ec447bc5089fb717e1fb99b 100644
--- a/jupyter_book/__init__.py
+++ b/jupyter_book/__init__.py
@@ -3,7 +3,7 @@ from .toc import update_indexname, add_toctree
 from .yaml import add_yaml_config
 
 
-__version__ = "0.7.0b1"
+__version__ = "0.7.0b2"
 
 
 # We connect this function to the step after the builder is initialized