This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch Bump-version-to-2.0.7-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/Bump-version-to-2.0.7-SNAPSHOT
by this push:
new 6fbfa66b571 Update pyproject.toml
6fbfa66b571 is described below
commit 6fbfa66b5716af412968ad4478b903d9158a9cf9
Author: Yongzao <[email protected]>
AuthorDate: Fri Dec 19 13:28:04 2025 +0800
Update pyproject.toml
---
iotdb-core/ainode/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index e93bb3dfdaf..faff8dc34de 100644
--- a/iotdb-core/ainode/pyproject.toml
+++ b/iotdb-core/ainode/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "apache-iotdb-ainode"
-version = "2.0.6.dev"
+version = "2.0.7.dev"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]