diff --git a/setup.py b/setup.py index b815240aacf..89a6539fd4a 100755 --- a/setup.py +++ b/setup.py @@ -278,7 +278,7 @@ def get_version_info(): # If this is a release or another kind of source distribution of PyCBC except: - version = '1.11.12' + version = '1.11.13' release = 'True' date = hash = branch = tag = author = committer = status = builder = build_date = ''