diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 08dc03ae..b11684b6 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.5.0" +__version__ = "2.5.1" __description__ = "One-stop solution for HTTP(S) testing." __all__ = ["__version__", "__description__"] diff --git a/pyproject.toml b/pyproject.toml index e107f6be..8a3e70a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "2.5.0" +version = "2.5.1" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"