diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index b4712d8268a9b36da3b53edb13a0445a5f442b97..b9f6b1c8b5d43eebf32cae384bfe38e83508cadb 100644
--- a/jupyter_book/__init__.py
+++ b/jupyter_book/__init__.py
@@ -6,7 +6,7 @@ from .directive.toc import TableofContents, SwapTableOfContents
 from sphinx.util import logging
 
 
-__version__ = "0.10.1"
+__version__ = "0.10.2"
 
 logger = logging.getLogger(__name__)