Describe the bug
Current black downloaded from GitHub Releases shows the wrong version
To Reproduce
wget https://github.com/psf/black/releases/download/26.5.0/black_linux
chmod +x black_linux
./black_linux --version
black_linux, 0.1.dev1+g6d0fff0d5 (compiled: no)
Python (CPython) 3.13.13
Expected behavior
Old version shows:
./black --version
black, 26.3.1 (compiled: no)
Python (CPython) 3.13.12
Describe the bug
Current black downloaded from GitHub Releases shows the wrong version
To Reproduce
Expected behavior
Old version shows: