From d1598bf8281419da4e1e233aae7bdd6863e8453f Mon Sep 17 00:00:00 2001 From: weipengOO98 Date: Fri, 9 Jul 2021 08:11:43 +0800 Subject: [PATCH] docs: Update version number --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a656b01..ddd4336 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2021, IDRL' author = 'IDRL' # The full version, including alpha/beta/rc tags -release = '1.0.4' +release = '0.0.1-alpha' # -- General configuration ---------------------------------------------------