From 80e4a4d02f14c157fff8d638ae4b6b70bfbd0dbb Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Tue, 29 Jul 2025 14:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=E5=8F=91=E5=B8=83=E4=BA=86Beta0?= =?UTF-8?q?.1.2=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 57580fd..2ac309c 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.1", + version="0.1.2", description="简洁,高扩展性,可自定义的日志库 / Simple, high extensibility, and customizable logging library", long_description=long_description, long_description_content_type="text/markdown",