Skip to content

Commit

Permalink
Prep for release (gwastro#3396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth S Davies authored and lenona committed Sep 14, 2020
1 parent 01d350c commit 55f34a4
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 @@ -124,8 +124,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '1.16.dev6'
vinfo.release = 'False'
vinfo.version = '1.16.6'
vinfo.release = 'True'

with open('pycbc/version.py', 'w') as f:
f.write("# coding: utf-8\n")
Expand Down

0 comments on commit 55f34a4

Please sign in to comment.