From 71d5dcaff318bddfc274e3f05a1c5605e7533adf Mon Sep 17 00:00:00 2001 From: Nanaloveyuki Date: Tue, 29 Jul 2025 19:06:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=E5=8F=91=E5=B8=83=E4=BA=860.1.4?= =?UTF-8?q?hf=E7=83=AD=E6=9B=B4=E6=96=B0?= 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 681617f..fdce553 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.3", + version="0.1.4", description="简洁,高扩展性,可自定义的日志库 / Simple, high extensibility, and customizable logging library", long_description=long_description, long_description_content_type="text/markdown",