From 6c4c3810c2393b1aae3854934b8e26f184749bf2 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Thu, 25 Jun 2020 11:20:20 -0700 Subject: [PATCH] RLS: 0.7.1 --- jupyter_book/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 8f0290a2..4ad70fd2 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): -- GitLab