4 Commits

Author SHA1 Message Date
youmetme 35c09617c4 Merge pull request 'main' (#9) from main into github_main
Reviewed-on: #9
2025-11-03 16:48:46 +08:00
youmetme 311e60e973 版本号补丁 2025-11-03 16:48:03 +08:00
youmetme cd4ba6beb1 版本号补丁 2025-11-03 16:47:38 +08:00
youmetme fb0bf04a6e Merge pull request 'main' (#7) from main into github_main
Reviewed-on: #7
2025-11-03 16:41:50 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
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"
+1 -1
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"