We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5955d91 commit 3c505caCopy full SHA for 3c505ca
setup.py
@@ -95,8 +95,8 @@ def __getattr__(self, attr):
95
vinfo = _version_helper.generate_git_version_info()
96
except:
97
vinfo = vdummy()
98
- vinfo.version = '2.8.dev0'
99
- vinfo.release = False
+ vinfo.version = '2.8.0'
+ vinfo.release = True
100
101
version_script = f"""# coding: utf-8
102
# Generated by setup.py for PyCBC on {vinfo.build_date}.
0 commit comments