diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index 8f0290a2915a612a42161db893a6dfed392f1a1b..4ad70fd2fcab22a2de64267db54ae8a1f4d3270d 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.1"
 
 
 def add_static_files(app, config):