Skip to content

Commit

Permalink
Set to version 1.5.2 (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumide1102 authored and duncan-brown committed Aug 30, 2016
1 parent 4fea549 commit 1adfa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def get_version_info():

# If this is a release or another kind of source distribution of PyCBC
except:
version = '1.5.dev0'
release = 'False'
version = '1.5.2'
release = 'True'
date = hash = branch = tag = author = committer = status = builder = build_date = ''

with open('pycbc/version.py', 'w') as f:
Expand Down

0 comments on commit 1adfa8b

Please sign in to comment.