bump version to 3.0.4

This commit is contained in:
debugtalk
2020-05-19 14:26:46 +08:00
parent 405e20ca90
commit aa8a21577e
6 changed files with 7 additions and 12 deletions

View File

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