From e8a5532d20be9fff6e840a032a73b40227c71760 Mon Sep 17 00:00:00 2001 From: Duncan Brown Date: Wed, 12 Jul 2017 10:36:27 -0400 Subject: [PATCH] Set for 1.7.4 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''