From 536d379afc08666103d43e99df832e431476e54c Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Thu, 27 Jan 2022 00:57:58 -0500 Subject: [PATCH] Update conf.py --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 875928b6..4fa33ded 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -56,7 +56,7 @@ # built documents. # # The full release version -release = version("instruments") +release = version("instrumentkit") # The short X.Y version version = ".".join(release.split(".")[:2])