Skip to content

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Aug 15, 2022
1 parent 79a4d32 commit 97518de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavalink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .log import set_logging_level, log, socket_log, ws_discord_log, ws_ll_log, ws_rll_log

set_logging_level()
__version__ = "0.9.3"
__version__ = "0.9.4"

from .lavalink import *
from .node import Node, NodeStats, Stats
Expand Down

0 comments on commit 97518de

Please sign in to comment.