This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch pyproject-description in repository https://gitbox.apache.org/repos/asf/otava.git
commit 1e203398c26b22e392759f0853b3f78639eac933 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sat Apr 5 00:26:29 2025 -0700 Set release version to 0.6.0-incubating --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 446db5d..8ae446d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [tool.poetry] name = "otava" -version = "0.6.0" +version = "0.6.0-incubating" description = "Change Detection for Continuous Performance Engineering" authors = ["Piotr Kołaczkowski <[email protected]>"]
