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" diff --git a/pyproject.toml b/pyproject.toml index 629cc91..1d744ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"