From 07c2b87caf002275b8ef6e07867f30ed76717ac4 Mon Sep 17 00:00:00 2001 From: FengZiYjun Date: Thu, 3 Jan 2019 19:52:14 +0800 Subject: [PATCH] fix version number --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3bf42c53..e449a9f8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,9 +23,9 @@ copyright = '2018, xpqiu' author = 'xpqiu' # The short X.Y version -version = '' +version = '0.2' # The full version, including alpha/beta/rc tags -release = '2.0' +release = '0.2' # -- General configuration ---------------------------------------------------