From 520e2045cd2fab334f7ba5c7ecbf38091f1d0f72 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 20 Jun 2019 19:59: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 e310135d..aae51aff 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.0a23" +version = "5.0a24" __all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]