Bump version to v0.7.3 — Web UI design update

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-03-23 21:17:25 +05:00
parent 0de51152ed
commit 2a2c0997ea
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.7.2"
version = "0.7.3"
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.7.2"
__version__ = "0.7.3"