From 7f0945c4103f5a09c3bf0f73b4de34384b25af36 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 1 Apr 2026 18:40:48 +0500 Subject: [PATCH] chore: bump version to v0.20.2 --- .claude/CLAUDE.md | 2 +- SECURITY.md | 2 +- pyproject.toml | 2 +- soup_cli/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 5e89daf..9ceb0b3 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -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 diff --git a/SECURITY.md b/SECURITY.md index cc286b4..8583973 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index cac560b..7d5bdb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/soup_cli/__init__.py b/soup_cli/__init__.py index 5da3792..2d60584 100644 --- a/soup_cli/__init__.py +++ b/soup_cli/__init__.py @@ -1,3 +1,3 @@ """Soup CLI — Fine-tune LLMs in one command.""" -__version__ = "0.20.1" +__version__ = "0.20.2"