chore: bump version to v0.18.2

This commit is contained in:
Alpamys 2026-04-01 14:02:33 +05:00
parent a55f6745e9
commit e072c9d844
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.18.1"
version = "0.18.2"
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.18.1"
__version__ = "0.18.2"