From 5bb41395d8b0da28d2f0b7652ba52348d14896e3 Mon Sep 17 00:00:00 2001 From: yanyongyu Date: Sun, 11 Oct 2020 13:19:20 +0800 Subject: [PATCH] :bookmark: Pre Release 2.0.0a3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17130e62..a0e3944e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot2" -version = "2.0.0a2" +version = "2.0.0a3" description = "An asynchronous python bot framework." authors = ["yanyongyu "] license = "MIT"