From 66822db011d60877a30466b037e7b92f040154dd Mon Sep 17 00:00:00 2001 From: Chen_Xu233 Date: Tue, 18 Jun 2024 16:52:25 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E4=BE=BF=E4=BA=8E=E5=88=86=E5=8F=91?= =?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88ddd43..b276617 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot_plugin_dialectlist" -version = "1.6.0" +version = "2.0.0" description = "Default template for PDM package" authors = [ {name = "Chen_Xu233", email = "woyerpa@outlook.com"}, @@ -26,7 +26,7 @@ dev = [ ] [tool.pdm] -distribution = false +distribution = true [tool.ruff] line-length = 80