change: replace logging with loguru

This commit is contained in:
debugtalk
2020-03-07 10:43:53 +08:00
parent 83f9ec251b
commit f22e8f9a70
5 changed files with 282 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.5.7"
__version__ = "3.0.0-alpha"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]