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

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

commit 385781d4ddafcdfa57fbb42c287806c31c6a2f78
Author: HTHou <[email protected]>
AuthorDate: Fri Nov 22 15:25:17 2024 +0800

    fix -dev
---
 iotdb-core/ainode/pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index 9e9c13b895c..b02be1c6fea 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.3"
 description = "Apache IoTDB AINode"
 readme = "README.md"
 authors = ["Apache Software Foundation <[email protected]>"]
@@ -63,4 +63,4 @@ pmdarima = "^2.0.4"
 hmmlearn = "^0.3.0"
 
 [tool.poetry.scripts]
-ainode = "iotdb.ainode.script:main"
\ No newline at end of file
+ainode = "iotdb.ainode.script:main"

Reply via email to