From 15d6e193a782889f773131c0d48b5a3fe955bae7 Mon Sep 17 00:00:00 2001 From: Jules-WinnfieldX Date: Wed, 6 Mar 2024 15:53:20 -0700 Subject: [PATCH] increment version --- cyberdrop_dl/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"