bump version 3.0.13

This commit is contained in:
debugtalk
2020-06-15 15:42:48 +08:00
parent 2d143a8c48
commit b416be1d31
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "3.0.12"
version = "3.0.13"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"