feat: Bump version to 0.2.3, add VHSRecord to SOURCE_DICT, and include new wheel file
This commit is contained in:
BIN
dist/renamer-0.2.3-py3-none-any.whl
vendored
Normal file
BIN
dist/renamer-0.2.3-py3-none-any.whl
vendored
Normal file
Binary file not shown.
@@ -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"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user