From 1c166545f0fe265570909f7a7efd6a0469abd788 Mon Sep 17 00:00:00 2001 From: Jules-WinnfieldX Date: Mon, 15 Apr 2024 14:15:34 -0600 Subject: [PATCH] Update 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 d5e7de6f0..97ae591f8 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.2.29" +__version__ = "5.2.31" diff --git a/pyproject.toml b/pyproject.toml index 23286ca42..21478d9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.2.29" +version = "5.2.31" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md"