mirror of https://github.com/razor-ai/soup.git
chore(release): bump to 0.25.1 (Windows py3.9 autopilot fix)
Silent patch release. No behavior changes for the happy path — only fixes a false-positive path-traversal error in 'soup autopilot' on Windows + Python 3.9 (commit670968e) and silences a flaky trl import on windows-latest CI (commite44e0bd). Upgrade: pip install --upgrade soup-cli Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
670968e2d5
commit
dd04679a2c
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "soup-cli"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
description = "Fine-tune LLMs in one command. No SSH, no config hell."
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Soup CLI — Fine-tune LLMs in one command."""
|
||||
|
||||
__version__ = "0.25.0"
|
||||
__version__ = "0.25.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue