Skip to content

Commit

Permalink
Set for release v1.18.1 (#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton authored May 28, 2021
1 parent 165fab0 commit 6955748
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 @@ -125,8 +125,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '1.18.dev1'
vinfo.release = 'False'
vinfo.version = '1.18.1'
vinfo.release = 'True'

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

0 comments on commit 6955748

Please sign in to comment.