Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego committed Sep 3, 2022
1 parent 3dff29d commit 09ad92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/ext/lavalink/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from interactions.ext.version import Version, VersionAuthor

__all__ = ["version", "base"]
__version__ = "0.0.2"
__version__ = "0.0.3"

version = Version(
version=__version__, author=VersionAuthor(name="Damego", email="[email protected]")
Expand Down

0 comments on commit 09ad92e

Please sign in to comment.