This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 5bb17061bb5 [AINode] Bump version to 2.0.6.dev (#15988)
5bb17061bb5 is described below
commit 5bb17061bb5d84006cfe5e4f5155f86842b7e1e4
Author: Yongzao <[email protected]>
AuthorDate: Mon Jul 21 23:30:16 2025 +0800
[AINode] Bump version to 2.0.6.dev (#15988)
---
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 3be9760651f..30ba0297307 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.5.dev"
+version = "2.0.6.dev"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]