Skip to content

Commit

Permalink
Return to dev (gwastro#4918)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor authored Oct 30, 2024
1 parent 3be4869 commit 1a98ad9
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 @@ -95,8 +95,8 @@ def __getattr__(self, attr):
vinfo = _version_helper.generate_git_version_info()
except:
vinfo = vdummy()
vinfo.version = '2.7.0'
vinfo.release = 'True'
vinfo.version = '2.8.dev0'
vinfo.release = 'False'

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

0 comments on commit 1a98ad9

Please sign in to comment.