This commit is contained in:
cloudwithax 2024-11-21 21:11:24 -05:00
parent cd579becad
commit 855bf4e0d7
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Pomice
~~~~~~ ~~~~~~
The modern Lavalink wrapper designed for discord.py. The modern Lavalink wrapper designed for discord.py.
Copyright (c) 2023, cloudwithax Copyright (c) 2024, cloudwithax
Licensed under GPL-3.0 Licensed under GPL-3.0
""" """
@ -20,7 +20,7 @@ if not discord.version_info.major >= 2:
"using 'pip install discord.py'", "using 'pip install discord.py'",
) )
__version__ = "2.9.1" __version__ = "2.9.2"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"
__license__ = "GPL-3.0" __license__ = "GPL-3.0"