diff --git a/setup.py b/setup.py index 1a9102952ba..68e3edd1211 100644 --- a/setup.py +++ b/setup.py @@ -270,7 +270,7 @@ def get_version_info(): # If this is a release or another kind of source distribution of PyCBC except: - version = '1.7.3' + version = '1.7.4' release = 'True' date = hash = branch = tag = author = committer = status = builder = build_date = ''