From da630dfed2ec40789f3c0d19b4ff5e143407d029 Mon Sep 17 00:00:00 2001 From: devoxin <15076404+devoxin@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:19:02 +0100 Subject: [PATCH] 5.7.2 --- lavalink/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lavalink/__init__.py b/lavalink/__init__.py index b17e9d49..8825bd6a 100644 --- a/lavalink/__init__.py +++ b/lavalink/__init__.py @@ -4,7 +4,7 @@ __author__ = 'Devoxin' __license__ = 'MIT' __copyright__ = 'Copyright 2017-present Devoxin' -__version__ = '5.7.1' +__version__ = '5.7.2' from typing import Type