Skip to content

Commit f92e949

Browse files
committed
Bump version
1 parent aca6d39 commit f92e949

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
* high-symmetry determination bugs (#21)
3939
* headless fallback build by @JamesOBrien2 (#44)
4040

41-
**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc6
41+
**Full Changelog**: https://github.com/briling/v/compare/v2.0...v3.0rc7
4242

python/install-other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* `setuptools` for Python
66

77
```
8-
VV="3.0rc6" # v version
8+
VV="3.0rc7" # v version
99
PY="313" # python version for wheels, also available "311" and "312"
1010
```
1111

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pathlib import Path
88

99

10-
VERSION="3.0rc6"
10+
VERSION="3.0rc7"
1111

1212
def run_git(args):
1313
try:

0 commit comments

Comments
 (0)