Skip to content

Commit

Permalink
Merge pull request #8 from dprada/main
Browse files Browse the repository at this point in the history
Fixed version variable in sphinx conf.py file
  • Loading branch information
dprada authored Jul 1, 2021
2 parents 54daf33 + 52dd5e6 commit 7cef72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# The short X.Y version
version = pyunitwizard.__version__.split('+')[0]
# The full version, including alpha/beta/rc tags
release = test_uibcdf_library.__version__
release = pyunitwizard.__version__


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 7cef72d

Please sign in to comment.