From 3dd4508434aecb445765c670f5c082ddb4069239 Mon Sep 17 00:00:00 2001 From: Tobey Carman Date: Wed, 14 Jun 2023 07:44:24 -0800 Subject: [PATCH] Bump version number. --- docs_src/sphinx/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs_src/sphinx/source/conf.py b/docs_src/sphinx/source/conf.py index f1b2700f4..b72e3c5bf 100644 --- a/docs_src/sphinx/source/conf.py +++ b/docs_src/sphinx/source/conf.py @@ -24,8 +24,8 @@ author = 'Tobey Carman, Ruth Rutter, Helene Genet, Eugenie Euskirchen' # The full version, including alpha/beta/rc tags -release = 'v0.6.1' -version = 'v0.6.1' +release = 'v0.7.0' +version = 'v0.7.0' # -- General configuration --------------------------------------------------- @@ -108,4 +108,4 @@ # or fully qualified paths (eg. https://...) html_css_files = [ 'custom_styles.css', -] \ No newline at end of file +]