Skip to content

Commit

Permalink
Set for 1.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lppekows committed Dec 29, 2015
1 parent 1cf7675 commit 2afeb9a
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.dev0'
release = 'False'
version = '1.3.4'
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 2afeb9a

Please sign in to comment.