From bf421d34d105d1a253ca05169c7bcba8e63ec265 Mon Sep 17 00:00:00 2001 From: d-k-patel Date: Fri, 22 Aug 2025 11:31:52 +0530 Subject: [PATCH] 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. --- pyproject.toml | 2 +- src/ai_ffmpeg_cli/version_info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c283da1..4c88f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" } diff --git a/src/ai_ffmpeg_cli/version_info.py b/src/ai_ffmpeg_cli/version_info.py index 7604cfc..46beea2 100644 --- a/src/ai_ffmpeg_cli/version_info.py +++ b/src/ai_ffmpeg_cli/version_info.py @@ -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"