main #9

Merged
youmetme merged 2 commits from main into github_main 2025-11-03 16:48:46 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

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