chore: bump version to 0.2.6 for PyPI release

Update version numbers to match git tag v0.2.6 for the upcoming
PyPI release with token tracking and ASCII art interface features.
This commit is contained in:
d-k-patel
2025-08-22 11:31:52 +05:30
parent 5f54f63b13
commit bf421d34d1
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "ai-ffmpeg-cli"
version = "0.2.5"
version = "0.2.6"
description = "AI-powered CLI that translates natural language to safe ffmpeg commands"
readme = { file = "README.md", content-type = "text/markdown" }
license = { file = "LICENSE" }

View File

@@ -6,4 +6,4 @@ The version follows semantic versioning (MAJOR.MINOR.PATCH).
# Current version of the ai-ffmpeg-cli package
# Follows semantic versioning: MAJOR.MINOR.PATCH
__version__ = "0.2.5"
__version__ = "0.2.6"