Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Mar 20, 2022
1 parent 58cb41c commit 4cefe43
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.2"
__version__ = "0.10.0"

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

0 comments on commit 4cefe43

Please sign in to comment.