We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd579be commit 855bf4eCopy full SHA for 855bf4e
1 file changed
pomice/__init__.py
@@ -3,7 +3,7 @@
3
~~~~~~
4
The modern Lavalink wrapper designed for discord.py.
5
6
-Copyright (c) 2023, cloudwithax
+Copyright (c) 2024, cloudwithax
7
8
Licensed under GPL-3.0
9
"""
@@ -20,7 +20,7 @@ class DiscordPyOutdated(Exception):
20
"using 'pip install discord.py'",
21
)
22
23
-__version__ = "2.9.1"
+__version__ = "2.9.2"
24
__title__ = "pomice"
25
__author__ = "cloudwithax"
26
__license__ = "GPL-3.0"
0 commit comments