diff --git a/docs/conf.py b/docs/conf.py index cdbd59b..b084aaf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,11 +58,10 @@ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# -# The short X.Y version. -version = '0.1' -# The full version, including alpha/beta/rc tags. -release = '0.1' + +from utide._version import get_versions +version = release = get_versions()['version'] + # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.