From 2a51f8dfb4314cf17fc17083b29301df37d39487 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 13 Oct 2022 11:18:36 +0800 Subject: [PATCH] change: bump version --- hrp/internal/version/VERSION | 2 +- httprunner/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index f1f06ca1..64efb591 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.3.0-beta-10112220 \ No newline at end of file +v4.3.0-beta-10131119 \ No newline at end of file diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 715e1099..fad89a02 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.3.0-beta-10112220" +__version__ = "v4.3.0-beta-10131119" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index 13bdcbc0..216a12d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.3.0-beta-10112220" +version = "v4.3.0-beta-10131119" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"