diff --git a/setup.py b/setup.py index 3492ac12330..d5f769271c9 100755 --- a/setup.py +++ b/setup.py @@ -118,8 +118,8 @@ def __getattr__(self, attr): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '2.4.2' - vinfo.release = 'True' + vinfo.version = '2.4.dev3' + vinfo.release = 'False' version_script = f"""# coding: utf-8 # Generated by setup.py for PyCBC on {vinfo.build_date}.