Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Nov 28, 2023
1 parent 0a9e289 commit 8d618b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down

0 comments on commit 8d618b8

Please sign in to comment.