diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index ec2e6ff342913e92928b14a3a5a57792ee118dd8..a17cfbc8848db5e1e2f177800a7551bf3d90731e 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, SwapTableOfContents -__version__ = "0.7.2" +__version__ = "0.7.3" def add_static_files(app, config):