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 ---------------------------------------------------