diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index 60937d52a..bbf05225b 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.1.95" \ No newline at end of file +__version__ = "5.1.96" \ No newline at end of file diff --git a/cyberdrop_dl/ui/prompts/url_file_prompts.py b/cyberdrop_dl/ui/prompts/url_file_prompts.py index dbf03a2f3..3f3a74bc5 100644 --- a/cyberdrop_dl/ui/prompts/url_file_prompts.py +++ b/cyberdrop_dl/ui/prompts/url_file_prompts.py @@ -6,7 +6,7 @@ console = Console() -def edit_urls_prompt(URlS_File: Path, vi_mode: bool, fix_strings=True) -> None: +def edit_urls_prompt(URLs_File: Path, vi_mode: bool, fix_strings=True) -> None: """Edit the URLs file""" console.clear() console.print(f"Editing URLs: {URLs_File}") diff --git a/pyproject.toml b/pyproject.toml index 6f80c5f71..cd33942cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.1.95" +version = "5.1.96" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md"