Skip to content

Commit daeca51

Browse files
committed
fix ainode version
1 parent 5a1d6bd commit daeca51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.apache.iotdb</groupId>
176176
<artifactId>iotdb-ainode</artifactId>
177-
<version>1.3.4-SNAPSHOT</version>
177+
<version>1.3.3-SNAPSHOT</version>
178178
</dependency>
179179
</dependencies>
180180
<build>

iotdb-core/ainode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
2121

2222
[tool.poetry]
2323
name = "apache-iotdb-ainode"
24-
version = "1.3.4.dev"
24+
version = "1.3.3.dev"
2525
description = "Apache IoTDB AINode"
2626
readme = "README.md"
2727
authors = ["Apache Software Foundation <[email protected]>"]

0 commit comments

Comments
 (0)