Merge pull request 'main' (#8) from main into v1.1.0

Reviewed-on: #8
版本号补丁
This commit was merged in pull request #8.
This commit is contained in:
2025-11-03 16:48:30 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import os
class loggingRecipe(ConanFile): class loggingRecipe(ConanFile):
name = "logging" name = "logging"
version = "1.0.0" version = "1.1.0"
license = "MIT" license = "MIT"
author = "321640253@qq.com" author = "321640253@qq.com"
url = "https://github.com/WangZhongDian/logging.git" url = "https://github.com/WangZhongDian/logging.git"

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "logging" name = "logging"
version = "1.0.0" version = "1.1.0"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"