diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 8f0290a2915a612a42161db893a6dfed392f1a1b..793c0fbba4daa077abcf8e3b34209d5145bb2762 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -5,7 +5,7 @@ from .toc import update_indexname, add_toctree from .directive.toc import TableofContents -__version__ = "0.7.1dev0" +__version__ = "0.7.0" def add_static_files(app, config):