From 4d102928fca57cbf51f9fa3703f21ef7b5158f25 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 6 Mar 2018 22:02:58 -0800 Subject: [PATCH] doc: set version to 0.1 Signed-off-by: David B. Kinder --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 82e61e79f..4521cf198 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -54,9 +54,9 @@ author = u'Project ARCN developers' # built documents. # # The short X.Y version. -version = u'1.0.0' +version = u'0.1' # The full version, including alpha/doc/beta/doc/rc tags. -release = u'1.0.0' +release = u'0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.