diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 3a670224..9453e976 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.1.0-alpha \ No newline at end of file +v4.1.0-beta \ No newline at end of file diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 7adbd971..704aa8d5 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.1.0-alpha" +__version__ = "v4.1.0-beta" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index 408206d0..0be11d44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.1.0-alpha" +version = "v4.1.0-beta" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"