From 311e60e973c3e5b239fa19db7ab2784af93be460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E9=81=87=E4=BA=86=E6=88=91?= Date: Mon, 3 Nov 2025 16:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=A1=A5=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index feb387b..6234f41 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ import os class loggingRecipe(ConanFile): name = "logging" - version = "1.0.0" + version = "1.1.0" license = "MIT" author = "321640253@qq.com" url = "https://github.com/WangZhongDian/logging.git"