diff --git a/dist/renamer-0.8.6-py3-none-any.whl b/dist/renamer-0.8.6-py3-none-any.whl new file mode 100644 index 0000000..f5c84d6 Binary files /dev/null and b/dist/renamer-0.8.6-py3-none-any.whl differ diff --git a/pyproject.toml b/pyproject.toml index 71cb860..4cb3100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "renamer" -version = "0.8.5" +version = "0.8.6" description = "Terminal-based media file renamer and metadata viewer" readme = "README.md" requires-python = ">=3.11" diff --git a/renamer/constants/edition_constants.py b/renamer/constants/edition_constants.py index 17d5086..b89085e 100644 --- a/renamer/constants/edition_constants.py +++ b/renamer/constants/edition_constants.py @@ -24,6 +24,7 @@ SPECIAL_EDITIONS = { "Restoration", ], "Remastered": ["Remastered", "Remaster", "HD Remaster"], + "Colorized": ["Colorized Edition", "Colourized Edition", "Colorized", "Colourized"], "Unrated": ["Unrated"], "Uncensored": ["Uncensored"], "Definitive Edition": ["Definitive Edition"], diff --git a/uv.lock b/uv.lock index 14b7dc5..e9f8e2a 100644 --- a/uv.lock +++ b/uv.lock @@ -462,7 +462,7 @@ wheels = [ [[package]] name = "renamer" -version = "0.8.5" +version = "0.8.6" source = { editable = "." } dependencies = [ { name = "langcodes" },