From 6fbfa66b5716af412968ad4478b903d9158a9cf9 Mon Sep 17 00:00:00 2001 From: Yongzao <532741407@qq.com> Date: Fri, 19 Dec 2025 13:28:04 +0800 Subject: [PATCH] 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 e93bb3dfdaf1..faff8dc34ded 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 "]