From e072c9d844bacac7424986324f3d9f23c822bd8b Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 1 Apr 2026 14:02:33 +0500 Subject: [PATCH] chore: bump version to v0.18.2 --- pyproject.toml | 2 +- soup_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40d4478..8233375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soup-cli" -version = "0.18.1" +version = "0.18.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 2b32714..d8cdcce 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.18.1" +__version__ = "0.18.2"