From d05870b91d2abb3c8c909cbbee851c5b3fefe714 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 4 Jun 2019 18:50:06 +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 27d96eae..366145d1 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.0a12" +version = "5.0a13" __all__ = ["audio", "bots", "commands", "database", "network", "utils", "error", "web"]