From af2d4a4a197ea16705c3072f73cb9435dd3d766e Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Tue, 8 Oct 2024 20:03:33 +0200 Subject: [PATCH] Silly mistake in conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 26bae4b..ffc4614 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ sys.path.insert(0, os.path.abspath(os.path.join("..", "..", "src"))) -version = get_version("yadg") +version = get_version("dgbowl_schemas") # -- Project information -----------------------------------------------------