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) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-03-23 16:08:06 +05:00
parent 6a5ee1ae7a
commit 0ad2b182b9
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
"""Soup CLI — Fine-tune LLMs in one command."""
__version__ = "0.4.0"
__version__ = "0.4.1"