From 52dd5e6a072afc0a6489d5d19f0928259f94dd06 Mon Sep 17 00:00:00 2001 From: Diego Prada Date: Thu, 1 Jul 2021 13:16:23 -0500 Subject: [PATCH] Fixed version variable in sphinx conf.py file --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c6416b3..951decd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ---------------------------------------------------