This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch distribute_ainode_13
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit b701bbb457a9b54cca6987eb64c424d35c234ac8
Author: HTHou <[email protected]>
AuthorDate: Thu Nov 14 14:30:55 2024 +0800

    fix version
---
 distribution/pom.xml             | 2 +-
 iotdb-core/ainode/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 0854a7ad328..01fbf6b40a1 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -174,7 +174,7 @@
                 <dependency>
                     <groupId>org.apache.iotdb</groupId>
                     <artifactId>iotdb-ainode</artifactId>
-                    <version>2.0.0-SNAPSHOT</version>
+                    <version>1.3.4-SNAPSHOT</version>
                 </dependency>
             </dependencies>
             <build>
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index 9e9c13b895c..c8783997f7d 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.3.dev"
+version = "1.3.4.dev"
 description = "Apache IoTDB AINode"
 readme = "README.md"
 authors = ["Apache Software Foundation <[email protected]>"]

Reply via email to