From 294edfd83d591f3ae841c993662fac6ec7924515 Mon Sep 17 00:00:00 2001 From: LysandreJik Date: Thu, 26 Sep 2019 08:16:12 -0400 Subject: [PATCH] Release version in documentation --- 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 ae9cc67e2c..b8fb2ceace 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = u'huggingface' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'1.2.0' +release = u'2.0.0' # -- General configuration ---------------------------------------------------