From 946a8f23f9db3c186a53bc4d20c8daa48e1798cb Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 8 Jul 2019 02:12:16 +0300 Subject: [PATCH] Bump version --- royalnet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/__init__.py b/royalnet/__init__.py index e11a8ec5..cdb3d76b 100644 --- a/royalnet/__init__.py +++ b/royalnet/__init__.py @@ -1,5 +1,5 @@ from . import audio, bots, commands, database, network, utils, error, web -version = "5.0a27" +version = "5.0a28" __all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]