From 0ad2b182b9560f4460766deeb2b4a447bb077ccd Mon Sep 17 00:00:00 2001 From: Alpamys Date: Mon, 23 Mar 2026 16:08:06 +0500 Subject: [PATCH] Bump to v0.4.1: fix typer pin for Python 3.9 (click 8.2+ needs 3.10+) Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- soup_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f9f830..5abe1ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soup-cli" -version = "0.4.0" +version = "0.4.1" 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 802ad6c..8c313a6 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.4.0" +__version__ = "0.4.1"