We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff29d commit 09ad92eCopy full SHA for 09ad92e
interactions/ext/lavalink/base.py
@@ -2,7 +2,7 @@
2
from interactions.ext.version import Version, VersionAuthor
3
4
__all__ = ["version", "base"]
5
-__version__ = "0.0.2"
+__version__ = "0.0.3"
6
7
version = Version(
8
version=__version__, author=VersionAuthor(name="Damego", email="[email protected]")
0 commit comments