feat: Bump version to 0.2.3, add VHSRecord to SOURCE_DICT, and include new wheel file

This commit is contained in:
sHa
2025-12-27 00:25:59 +00:00
parent 39841b2c0b
commit 44a6a978b8
4 changed files with 3 additions and 2 deletions

BIN
dist/renamer-0.2.3-py3-none-any.whl vendored Normal file

Binary file not shown.

View File

@@ -1,6 +1,6 @@
[project]
name = "renamer"
version = "0.2.2"
version = "0.2.3"
description = "Terminal-based media file renamer and metadata viewer"
readme = "README.md"
requires-python = ">=3.11"

View File

@@ -42,6 +42,7 @@ SOURCE_DICT = {
"DVDRip": ["DVDRip", "DVD-Rip", "DVDRIP"],
"HDTV": ["HDTV"],
"BluRay": ["BluRay", "BLURAY", "Blu-ray"],
"VHSRecord": ["VHSRecord", "VHS Record", "VHS-Rip", "VHSRip", "VHS", "VHS Tape", "VHS-Tape"],
}
FRAME_CLASSES = {

2
uv.lock generated
View File

@@ -164,7 +164,7 @@ wheels = [
[[package]]
name = "renamer"
version = "0.1.1"
version = "0.2.3"
source = { editable = "." }
dependencies = [
{ name = "langcodes" },