diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index b9d0509ea..ef24d3d25 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.1.97" \ No newline at end of file +__version__ = "5.1.98" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c3d98b965..d18352ad5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.1.97" +version = "5.1.98" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md"