From 256036091c5e2eb320393d973bbac3d503aef37c Mon Sep 17 00:00:00 2001
From: Chris Holdgraf <choldgraf@berkeley.edu>
Date: Wed, 29 Jul 2020 12:46:04 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.7.3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 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 ec2e6ff3..a17cfbc8 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, SwapTableOfContents
 
 
-__version__ = "0.7.2"
+__version__ = "0.7.3"
 
 
 def add_static_files(app, config):
-- 
GitLab