From 01e28d112562efdb20ab7d916e23433282e538da Mon Sep 17 00:00:00 2001 From: typhoonzero Date: Fri, 8 Dec 2017 13:47:38 +0800 Subject: [PATCH] change release version 0.11.0 --- 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 d59a6a4780..8e856ba460 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -5,7 +5,7 @@ class BinaryDistribution(Distribution): return True MAJOR = 0 -MINOR = 10 +MINOR = 11 PATCH = 0 RC = 0 ISTAGED = False -- GitLab