diff --git a/setup.py b/setup.py index e3794a7dce5..5fbb11ae357 100755 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def __getattr__(self, attr): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '2.7.0' + vinfo.version = '2.7.1' vinfo.release = 'True' version_script = f"""# coding: utf-8