diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 4704895dceb9838de1b83cd6999c3243cfa6e2a3..8528d8aba1bbc22b4b4747a0883482ec6c04e755 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -6,7 +6,7 @@ from .yaml import add_yaml_config from .directive.toc import TableofContents -__version__ = "0.7.0b4dev0" +__version__ = "0.7.0b4" def add_static_files(app, config):