diff --git a/docs/conf.py b/docs/conf.py index cfa04b2..c0732ec 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,9 +1,11 @@ """Sphinx configuration for pytempo.""" +from pytempo import __version__ + project = "pytempo" copyright = "2025, Tempo" author = "Tempo" -release = "0.3.0" +release = __version__ extensions = [ "sphinx.ext.autodoc",