diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 2b4e40d..b25de09 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.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 diff --git a/pyproject.toml b/pyproject.toml index 84fdb9d..7f15446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/soup_cli/__init__.py b/soup_cli/__init__.py index c956887..b971e2c 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.17.1" +__version__ = "0.17.2"