From 70492877177ef99a295282dcf8a30943033bfb50 Mon Sep 17 00:00:00 2001 From: Jules-WinnfieldX Date: Mon, 4 Dec 2023 08:27:06 -0700 Subject: [PATCH] req 3.10 python --- cyberdrop_dl/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cyberdrop_dl/__init__.py b/cyberdrop_dl/__init__.py index 9609d88f5..07ea07c31 100644 --- a/cyberdrop_dl/__init__.py +++ b/cyberdrop_dl/__init__.py @@ -1 +1 @@ -__version__ = "5.0.14" +__version__ = "5.0.15" diff --git a/pyproject.toml b/pyproject.toml index 5b4daa425..ae92e0aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cyberdrop-dl" -version = "5.0.14" +version = "5.0.15" description = "Bulk downloader for multiple file hosts" authors = ["Jules Winnfield "] readme = "README.md" @@ -9,7 +9,7 @@ documentation = "https://jules-winnfieldx.gitbook.io/cyberdrop-dl/" packages = [{include = "cyberdrop_dl"}] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" aiohttp = "^3.9.1" aiolimiter = "^1.1.0" inquirerpy = "^0.3.4"