From 652b6d6d2a5028aa7a984b677a84efd7bdae86ce Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Mon, 28 Jul 2025 17:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=E5=8F=91=E5=B8=83=E4=BA=86Beta0?= =?UTF-8?q?.1.1=E6=B5=8B=E8=AF=95=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1eb3b37..57580fd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = (here / "README.md").read_text(encoding="utf-8") setup( name="logiliteal", - version="0.1.0", + version="0.1.1", description="简洁,高扩展性,可自定义的日志库 / Simple, high extensibility, and customizable logging library", long_description=long_description, long_description_content_type="text/markdown",