Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Mar 2, 2022
1 parent d40a17f commit 502b9aa
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.0"
__version__ = "0.9.1"

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

0 comments on commit 502b9aa

Please sign in to comment.