feat: Update version to 0.2.2, enhance installation guide, and improve help screen with dynamic versioning

This commit is contained in:
sHa
2025-12-26 23:46:46 +00:00
parent cec8bd9e96
commit d5e3661860
7 changed files with 180 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "renamer"
version = "0.2.0"
version = "0.2.2"
description = "Terminal-based media file renamer and metadata viewer"
readme = "README.md"
requires-python = ">=3.11"
@@ -14,7 +14,7 @@ dependencies = [
]
[project.scripts]
renamer = "renamer.main:main"
renamer = "main:main"
[tool.uv]
package = true