From 3d84923ef47d73bff1e7326ecdfc4d1f93b0c88f Mon Sep 17 00:00:00 2001 From: Frost Date: Mon, 15 May 2023 18:49:18 +0800 Subject: [PATCH] version 0.18.2 --- bilix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilix/__init__.py b/bilix/__init__.py index fc091f4c..60d54f44 100644 --- a/bilix/__init__.py +++ b/bilix/__init__.py @@ -2,5 +2,5 @@ Lighting-fast async download tool inspired by w """ -__version__ = "0.18.1" +__version__ = "0.18.2" __url__ = "https://github.com/HFrost0/bilix"