Skip to content

Commit

Permalink
Update setup.py (gwastro#4797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz authored Jun 25, 2024
1 parent cd80391 commit b6eaac5
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 @@ -118,8 +118,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '2.4.dev2'
vinfo.release = 'False'
vinfo.version = '2.4.2'
vinfo.release = 'True'

version_script = f"""# coding: utf-8
# Generated by setup.py for PyCBC on {vinfo.build_date}.
Expand Down

0 comments on commit b6eaac5

Please sign in to comment.