diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index b799dc398..7cc7929e7 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.1.82" \ No newline at end of file +__version__ = "5.1.83" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f8e6b1f6c..34ea9451d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.1.82" +version = "5.1.83" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md"