mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Bump version
This commit is contained in:
parent
736d9a401f
commit
81163004bf
1 changed files with 3 additions and 8 deletions
|
@ -1,10 +1,5 @@
|
|||
from . import audio
|
||||
from . import bots
|
||||
from . import commands
|
||||
from . import database
|
||||
from . import network
|
||||
from . import utils
|
||||
from . import audio, bots, commands, database, network, utils, error
|
||||
|
||||
version = "5.0a10"
|
||||
version = "5.0a11"
|
||||
|
||||
__all__ = ["audio", "bots", "commands", "database", "network", "utils"]
|
||||
__all__ = ["audio", "bots", "commands", "database", "network", "utils", "error"]
|
||||
|
|
Loading…
Reference in a new issue