From bec7086e8117858b9ba2d826323c875a65732d0d Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Mon, 21 Nov 2022 13:00:30 +0000 Subject: [PATCH] :bookmark: bump version 0.2.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7ed36e1..ff85da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebug" -version = "0.2.1" +version = "0.2.2" description = "nonebot2 test framework" authors = ["AkiraXie ", "yanyongyu "] license = "MIT" @@ -22,9 +22,9 @@ async-asgi-testclient = "^1.4.8" [tool.poetry.group.dev.dependencies] isort = "^5.10.1" black = "^22.1.0" +nonemoji = "^0.1.3" pre-commit = "^2.19.0" nonebot2 = { git = "https://github.com/nonebot/nonebot2.git" } -nonemoji = "^0.1.3" [tool.poetry.group.test.dependencies] pytest-cov = "^4.0.0"