From 85e37d5a60ab872e8940ad185b4face38923c27f Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 18 Dec 2019 15:03:07 +0800 Subject: [PATCH] bump version to 2.4.5 --- httprunner/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 6628c0d6..798f1866 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.4.4" +__version__ = "2.4.5" __description__ = "One-stop solution for HTTP(S) testing." __all__ = ["__version__", "__description__"] diff --git a/pyproject.toml b/pyproject.toml index d9603f96..59ccb517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "2.4.4" +version = "2.4.5" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"