From 1a80dc95e8085b537a87f635d765a4cb39dba436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20Ramos=2C=20CFA=C2=AE?= <86393277+nathanramoscfa@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:41:38 -0600 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0e5a499..c020466 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,8 +33,8 @@ def get_version(): author = 'Nathan Ramos, CFA' # The full version, including alpha/beta/rc tags -version = __version__ -release = __version__ +version = get_version() +release = get_version() # -- General configuration ---------------------------------------------------