From 31c9bf3ee599d2e84451cffe7b0c17651b65496f Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Fri, 29 Jun 2018 16:06:52 +0800 Subject: [PATCH] update version --- python/setup.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/setup.py.in b/python/setup.py.in index 8257f1d5e21..5e7e357076d 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -5,10 +5,10 @@ class BinaryDistribution(Distribution): return True MAJOR = 0 -MINOR = 11 +MINOR = 14 PATCH = 0 RC = 0 -ISTAGED = False +ISTAGED = True -- GitLab