mirror of https://github.com/razor-ai/soup.git
chore: bump version to v0.18.1
Post-review fixes since v0.18.0 tag: - Validate model name before ollama rm - Fix reversed mock decorator argument order in tests - Auto-detect chat template in export --deploy path - Add 7 edge-case tests (OSError, timeout, boundary)
This commit is contained in:
parent
7416ccdf74
commit
ad819e32af
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "soup-cli"
|
||||
version = "0.18.0"
|
||||
version = "0.18.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.18.0"
|
||||
__version__ = "0.18.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue