diff --git a/python/setup.py.in b/python/setup.py.in index d59a6a47800291ed744ca225cd765fe6cd207eab..8e856ba460548b8bcbd3a214e53b019d1f21be07 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