From 450f32e4d2104cd865562a5630b4fa84abeb425f Mon Sep 17 00:00:00 2001 From: HFrost0 Date: Sat, 3 Feb 2024 21:24:55 +0800 Subject: [PATCH] version 0.18.8 --- bilix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilix/__init__.py b/bilix/__init__.py index 9edf3ddb..bbc1af63 100644 --- a/bilix/__init__.py +++ b/bilix/__init__.py @@ -2,5 +2,5 @@ Lighting-fast async download tool inspired by w """ -__version__ = "0.18.7" +__version__ = "0.18.8" __url__ = "https://github.com/HFrost0/bilix"