Skip to content

Commit

Permalink
Set for 1.13.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-brown committed Nov 27, 2018
1 parent b1a1759 commit b574af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -122,8 +122,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '1.13.2dev'
vinfo.release = 'False'
vinfo.version = '1.13.2'
vinfo.release = 'True'

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

0 comments on commit b574af5

Please sign in to comment.