diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index 8823e040b..5c261649c 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.2.12" \ No newline at end of file +__version__ = "5.2.13" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 83c7c1e8a..42e534a65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.2.12" +version = "5.2.13" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md"