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-06-13 01:34:29 +02:00
parent e9d8a16ef2
commit e052b9f5eb

View file

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