From 93da8e27110c8ec045a65e76d18f4eac9fa6bad8 Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Tue, 3 Jul 2018 20:12:04 +0800 Subject: [PATCH] update develop version --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index d92abf6088..51380149d0 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -5,7 +5,7 @@ class BinaryDistribution(Distribution): return True MAJOR = 0 -MINOR = 11 +MINOR = 14 PATCH = 0 RC = 0 ISTAGED = False -- GitLab