From e9caae5849d983dcdca89ffd8726a0e106b856a5 Mon Sep 17 00:00:00 2001 From: voyz Date: Mon, 21 Jun 2021 11:12:42 +0200 Subject: [PATCH] docs v0.3.0 --- 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 a7b03d1..4a354a5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = 'Voy Zan' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.3.0' master_doc = 'index' pygments_style = 'sphinx'