Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Williamson committed May 5, 2016
1 parent 76c63d1 commit 10dffcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip==7.1.2
psycopg2==2.6
pyRXP==2.1.0
pycbc-glue==0.9.8
pycbc-pylal==0.9.5
pycbc-pylal==0.9.6
Pygments==2.0.2
pyOpenSSL==0.13
pyparsing==2.0.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,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.4.0'
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 10dffcc

Please sign in to comment.