diff --git a/setup.py b/setup.py index 399da3848e0..e3794a7dce5 100755 --- a/setup.py +++ b/setup.py @@ -95,8 +95,8 @@ def __getattr__(self, attr): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '2.6.dev1' - vinfo.release = 'False' + vinfo.version = '2.7.0' + vinfo.release = 'True' version_script = f"""# coding: utf-8 # Generated by setup.py for PyCBC on {vinfo.build_date}.