Bump model version to 0.4.0 to test VM runner
CI - Lint & Test / lint-and-test (push) Successful in 38s Details
Train & Deploy / train (push) Successful in 11s Details
Train & Deploy / build-and-deploy (push) Successful in 6s Details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cloud User 2026-03-11 13:21:55 +09:00
parent 665d66eec1
commit 3e6b5a8c2a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ def train():
"""Simple training function for pipeline testing."""
model_info = {
"model": "test-model",
"version": "0.3.0",
"version": "0.4.0",
"accuracy": 0.95,
}