From 9fc354af4315c094144992e48eb0df9f814f53f9 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Tue, 17 Nov 2020 16:36:42 +0800 Subject: [PATCH] :bookmark: bump version to 2.0.0a5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b6e1bc3..afb696c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot2" -version = "2.0.0a4" +version = "2.0.0-alpha.5" description = "An asynchronous python bot framework." authors = ["yanyongyu "] license = "MIT"