From c863ce146471b46ff35479718d9245316e148b79 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 11 Jun 2019 00:38:21 +0200 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 1475fcd0..2530bee7 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.0a20" +version = "5.0a21" __all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]