From 855bf4e0d734b1b24cb001d6534146b5885a44b5 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Thu, 21 Nov 2024 21:11:24 -0500 Subject: [PATCH] 2.9.2 --- pomice/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 424ea27..9dfe84e 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -3,7 +3,7 @@ Pomice ~~~~~~ The modern Lavalink wrapper designed for discord.py. -Copyright (c) 2023, cloudwithax +Copyright (c) 2024, cloudwithax Licensed under GPL-3.0 """ @@ -20,7 +20,7 @@ if not discord.version_info.major >= 2: "using 'pip install discord.py'", ) -__version__ = "2.9.1" +__version__ = "2.9.2" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"