diff --git a/docs/source/conf.py b/docs/source/conf.py index b12c8f7..c7f0f0d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = u'Jamie Hardt' release = importlib.metadata.version("pycmx") -version = release.split(".")[0:2] +version = release # The short X.Y version # The full version, including alpha/beta/rc tags