From 8d618b8f4dcde34539ce15ab563619987215873d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Mon, 27 Nov 2023 16:55:00 -0800 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2b174a3c..5405b8cf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,9 +46,9 @@ author = 'Oliver Ruebel, Matthew Avaylon' # The short X.Y version. -version = '{}'.format(get_versions()['version']) +version = hdmf_zarr.__version__ # The full version, including alpha/beta/rc tags. -release = '{}'.format(get_versions()['version']) +release = hdmf_zarr.__version__ # -- General configuration ---------------------------------------------------