bump version 3.0.3

This commit is contained in:
debugtalk
2020-05-17 10:58:14 +08:00
parent 79971f6aaa
commit 2e46ce6889
3 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "3.0.2"
__version__ = "3.0.3"
__description__ = "One-stop solution for HTTP(S) testing."
from httprunner.runner import HttpRunner