diff --git a/setup.py b/setup.py index 0d68fb625b7..f1f66fb68de 100755 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ def __getattr__(self, attr): vinfo = _version_helper.generate_git_version_info() except: vinfo = vdummy() - vinfo.version = '2.1.3' + vinfo.version = '2.1.4' vinfo.release = 'True' with open('pycbc/version.py', 'wb') as f: