Bump simple metadata cache version (#1617)

## Summary

We made a breaking change to the cache representation, so some folks
have had to `uv clean`. Let's bump it for the next release.
This commit is contained in:
Charlie Marsh 2024-02-17 17:10:44 -05:00 committed by GitHub
parent b296c04a67
commit fef1956c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -508,7 +508,7 @@ impl CacheBucket {
CacheBucket::FlatIndex => "flat-index-v0",
CacheBucket::Git => "git-v0",
CacheBucket::Interpreter => "interpreter-v0",
CacheBucket::Simple => "simple-v0",
CacheBucket::Simple => "simple-v1",
CacheBucket::Wheels => "wheels-v0",
CacheBucket::Archive => "archive-v0",
}