We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca6d39 commit f92e949Copy full SHA for f92e949
.github/CHANGELOG.md
@@ -38,5 +38,5 @@
38
* high-symmetry determination bugs (#21)
39
* headless fallback build by @JamesOBrien2 (#44)
40
41
-**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc6
+**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc7
42
python/install-other.md
@@ -5,7 +5,7 @@
5
* `setuptools` for Python
6
7
```
8
-VV="3.0rc6" # v version
+VV="3.0rc7" # v version
9
PY="313" # python version for wheels, also available "311" and "312"
10
11
python/setup.py
@@ -7,7 +7,7 @@
from pathlib import Path
-VERSION="3.0rc6"
+VERSION="3.0rc7"
12
def run_git(args):
13
try:
0 commit comments