mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
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.
2 lines
130 B
Python
2 lines
130 B
Python
# These version placeholders will be replaced by uv-dynamic-versioning during build.
|
|
__version__ = "0.20.5.post151.dev0+95b62113"
|