chore: bump version to v0.20.2

This commit is contained in:
Alpamys 2026-04-01 18:40:48 +05:00
parent 7aa390b760
commit 7f0945c410
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -9,7 +9,7 @@ We provide security updates for the following versions:
- **Versions older than 3 minor versions:** No support
Example:
- v0.20.1-0.20.x → Full support (latest)
- v0.20.2-0.20.x → Full support (latest)
- v0.19.0-0.19.x → Bug-fix support only
- v0.18.x and below → No support

View File

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "soup-cli"
version = "0.20.1"
version = "0.20.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.20.1"
__version__ = "0.20.2"