This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ty/1.3Version
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ty/1.3Version by this push:
new 8d7f154df50 Bump version to 1.3.7-SNAPSHOT
8d7f154df50 is described below
commit 8d7f154df50675091f140509c25f28c4b29b60b3
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Dec 23 17:27:06 2025 +0800
Bump version to 1.3.7-SNAPSHOT
---
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 beb32827b05..df18347d3f7 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 = "1.3.4.dev"
+version = "1.3.7.dev"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]