From bbc43bc427508bea4062aaf35471ee0750e4e2a1 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Fri, 1 May 2020 15:46:24 -0700 Subject: [PATCH] BETA: v0.7.0b2 --- 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 d1486af3..565002c8 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -3,7 +3,7 @@ from .toc import update_indexname, add_toctree from .yaml import add_yaml_config -__version__ = "0.7.0b1" +__version__ = "0.7.0b2" # We connect this function to the step after the builder is initialized -- GitLab