From a4df3cbfbba075cdf5c51adebbc474540705306d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Dec 2024 03:20:48 +0000 Subject: [PATCH] ci: update version string in docs --- docs/python/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/src/conf.py b/docs/python/src/conf.py index de6d98f7..42d0194f 100644 --- a/docs/python/src/conf.py +++ b/docs/python/src/conf.py @@ -1,7 +1,7 @@ import ezkl project = 'ezkl' -release = '0.0.0' +release = '16.2.3' version = release