From f63b97be140add63b950c2f2aaf799af35eb83b2 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 6 Nov 2020 17:58:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=20to=206.0.?= =?UTF-8?q?0a9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bb168d6..7bfd30bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "royalnet" -version = "6.0.0a8" +version = "6.0.0a9" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0-or-later"