Skip to content

Commit

Permalink
v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lppekows committed Mar 26, 2016
1 parent 50670c3 commit 3a98bf9
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 @@ -257,8 +257,8 @@ def get_version_info():

# If this is a release or another kind of source distribution of PyCBC
except:
version = '1.4.0dev'
release = 'False'
version = '1.3.7'
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 3a98bf9

Please sign in to comment.