diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index c56d7893f31b324e97e2246d467f6802c579f8e7..f0743c3a45838e568259676edad1d0b5a2163e69 100644
--- a/jupyter_book/__init__.py
+++ b/jupyter_book/__init__.py
@@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree
 from .directive.toc import TableofContents, SwapTableOfContents
 
 
-__version__ = "0.7.3"
+__version__ = "0.7.4"
 
 
 def add_static_files(app, config):
diff --git a/setup.py b/setup.py
index 32505a5189f6f9839d4a4fb6a27852e4e6356f1d..b5d01145abdfeecae23c073bb8450647b1bc5455 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ setup(
         "sphinx_togglebutton",
         "sphinx-copybutton",
         "sphinxcontrib-bibtex",
-        "sphinx_book_theme>=0.0.33",
+        "sphinx_book_theme>=0.0.34",
         "sphinx-thebe>=0.0.6",
     ],
     extras_require={