From 4c1c111663fbcb045b4f6c3af24fcf4a5bd5793e Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 26 Dec 2021 11:01:35 +0000 Subject: [PATCH] Updated version in docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 2cc81b1ed..dad7107c6 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ html_title = "Kompute Documentation (Python & C++)" author = 'Alejandro Saucedo' # The full version, including alpha/beta/rc tags -release = '0.8.0' +release = '0.8.1' # -- General configuration ---------------------------------------------------