codeflash/codeflash-benchmark/codeflash_benchmark/version.py
Kevin Turcios 992e91abc7 fix: prevent ruff auto-format from rewriting version.py placeholders
uv-dynamic-versioning rewrites version.py on every `uv run`, so the
ruff auto-format job was inadvertently committing dev version strings.
Restore version.py files after formatting and revert the ones already
changed on this branch.
2026-04-09 23:21:25 -05:00

2 lines
130 B
Python

# These version placeholders will be replaced by uv-dynamic-versioning during build.
__version__ = "0.20.5.post151.dev0+95b62113"