1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Bump version

This commit is contained in:
Steffo 2019-05-06 20:00:32 +02:00
parent 28697492da
commit 91dba0d64f

View file

@ -1,5 +1,5 @@
from . import audio, bots, commands, database, network, utils, error
version = "5.0a5"
version = "5.0a6"
__all__ = ["audio", "bots", "commands", "database", "network", "utils", "error"]