From 2a2c0997eafcfd856c1721aa5be5592ed302f990 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Mon, 23 Mar 2026 21:17:25 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=20v0.7.3=20=E2=80=94=20Web?= =?UTF-8?q?=20UI=20design=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 8f92f05..05cdde1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soup-cli" -version = "0.7.2" +version = "0.7.3" 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 ec54535..0d0c69d 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.7.2" +__version__ = "0.7.3"