From ebd4119198458ff9cea6ccebcca0b7ee09d85e59 Mon Sep 17 00:00:00 2001
From: Chris Holdgraf <choldgraf@berkeley.edu>
Date: Tue, 28 Apr 2020 15:26:45 -0700
Subject: [PATCH] BETA: v0.7.0b0

---
 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 0e1aafad..ac2559e5 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.0dev0"
+__version__ = "0.7.0b0"
 
 
 # We connect this function to the step after the builder is initialized
-- 
GitLab