From 91dba0d64f74fdbdff13a91009dd0c637ed6c740 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 6 May 2019 20:00:32 +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 55c30958..fcda301b 100644 --- a/royalnet/__init__.py +++ b/royalnet/__init__.py @@ -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"]