From 0859471b7d9ad476e551635d736671ab0e896cf8 Mon Sep 17 00:00:00 2001 From: HFrost0 Date: Sat, 27 Jan 2024 12:18:08 +0800 Subject: [PATCH] version 0.18.7 --- bilix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilix/__init__.py b/bilix/__init__.py index 39b17f8d..9edf3ddb 100644 --- a/bilix/__init__.py +++ b/bilix/__init__.py @@ -2,5 +2,5 @@ Lighting-fast async download tool inspired by w """ -__version__ = "0.18.6" +__version__ = "0.18.7" __url__ = "https://github.com/HFrost0/bilix"