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:
		@@ -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,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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user