From 7721ddf11edf507355e2a4dc278f6796cde57f91 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 13 Jan 2025 20:37:53 -0600 Subject: [PATCH] docs: remove bad version string --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a5ee51b..8bbe594 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,6 @@ from importlib.metadata import version as get_version project = 'Sideshow-COREPOS' copyright = '2025, Lance Edgar' author = 'Lance Edgar' -release = '0.1' release = get_version('Sideshow-COREPOS') # -- General configuration ---------------------------------------------------