diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 0e1aafad0b87eacdbcc18d31a9482524ff723afd..ac2559e57dcace40a3bd2bed49b63ed56fec963d 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.0dev0" +__version__ = "0.7.0b0" # We connect this function to the step after the builder is initialized