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:
Alpamys 2026-04-01 13:58:46 +05:00
parent 7416ccdf74
commit ad819e32af
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
"""Soup CLI — Fine-tune LLMs in one command."""
__version__ = "0.18.0"
__version__ = "0.18.1"