Skip to content

Commit

Permalink
Prepare for release (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
spxiwh committed Jan 18, 2023
1 parent f7bd372 commit 9aa6fb5
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 = '2.0.6dev'
vinfo.release = 'False'
vinfo.version = '2.0.6'
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 9aa6fb5

Please sign in to comment.