This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new 209ff38 Bump version to 0.7.0 (#94)
209ff38 is described below
commit 209ff38e31e1dffeb1e0989debcc09d902ebed57
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Tue Nov 4 21:24:52 2025 -0800
Bump version to 0.7.0 (#94)
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 8064b30..24e3b36 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@
[project]
name = "apache-otava"
-version = "0.6.1"
+version = "0.7.0"
description = "Apache Otava (Incubating): Change Detection for Continuous
Performance Engineering"
readme = "README.md"
requires-python = ">=3.8,<3.11"