tweaking doc version method

This commit is contained in:
Jamie Hardt
2025-01-05 12:44:03 -08:00
parent 04731d634f
commit b6379ec1fe

View File

@@ -25,7 +25,7 @@ copyright = u'(c) 2025, Jamie Hardt'
author = u'Jamie Hardt' author = u'Jamie Hardt'
release = importlib.metadata.version("pycmx") release = importlib.metadata.version("pycmx")
version = release.split(".")[0:2] version = release
# The short X.Y version # The short X.Y version
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags