chore: bump version to v0.17.2

This commit is contained in:
Alpamys 2026-03-26 15:16:04 +05:00
parent 42b56f1570
commit ab611ce9a5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Soup CLI — Project CLAUDE.md
Soup is a CLI-first LLM fine-tuning tool (v0.17.1). Python 3.9+, MIT license.
Soup is a CLI-first LLM fine-tuning tool (v0.17.2). Python 3.9+, MIT license.
## Build & Development

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "soup-cli"
version = "0.17.1"
version = "0.17.2"
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.17.1"
__version__ = "0.17.2"