mirror of
https://github.com/d-k-patel/ai-ffmpeg-cli.git
synced 2025-10-09 13:42:56 +03:00
chore: bump version to 0.2.5
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "ai-ffmpeg-cli"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
description = "AI-powered CLI that translates natural language to safe ffmpeg commands"
|
||||
readme = { file = "README.md", content-type = "text/markdown" }
|
||||
license = { file = "LICENSE" }
|
||||
@@ -62,7 +62,8 @@ dev = [
|
||||
"pytest-cov>=6.0.0",
|
||||
"ruff>=0.5.0",
|
||||
"mypy>=1.5.0",
|
||||
"pre-commit>=3.0.0"
|
||||
"pre-commit>=3.0.0",
|
||||
"psutil>=5.0.0"
|
||||
]
|
||||
test = [
|
||||
"pytest>=7.0.0",
|
||||
|
||||
@@ -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.4"
|
||||
__version__ = "0.2.5"
|
||||
|
||||
Reference in New Issue
Block a user