diff --git a/httprunner/__init__.py b/httprunner/__init__.py index b082aed8..5d1c8208 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index e21f7182..7af26f24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"