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
dca0bc8c3a
commit
6e76b46559
1 changed files with 10 additions and 0 deletions
10
royalnet/__init__.py
Normal file
10
royalnet/__init__.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
import audio
|
||||
import bots
|
||||
import commands
|
||||
import database
|
||||
import network
|
||||
import utils
|
||||
|
||||
version = "5.0a10"
|
||||
|
||||
__all__ = ["audio", "bots", "commands", "database", "network", "utils"]
|
Loading…
Reference in a new issue