From 83512bd5e3bdc844ac103d81f6192c2ef8ff4a16 Mon Sep 17 00:00:00 2001 From: chenhq Date: Tue, 19 Sep 2023 17:41:04 +0800 Subject: [PATCH] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cc9862..cda6c95 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( install_requires=['fastapi','uvicorn', 'requests', 'loguru', 'fire','pyfiglet','psutil', 'pyyaml','python-multipart','sqlalchemy'], - version='1.0.5', + version='1.0.7', long_description=long_description, long_description_content_type="text/markdown", description="WebMeter - A web api-performance tool based on jmeter.",