We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1d6bd commit daeca51Copy full SHA for daeca51
distribution/pom.xml
@@ -174,7 +174,7 @@
174
<dependency>
175
<groupId>org.apache.iotdb</groupId>
176
<artifactId>iotdb-ainode</artifactId>
177
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
178
</dependency>
179
</dependencies>
180
<build>
iotdb-core/ainode/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api"
21
22
[tool.poetry]
23
name = "apache-iotdb-ainode"
24
-version = "1.3.4.dev"
+version = "1.3.3.dev"
25
description = "Apache IoTDB AINode"
26
readme = "README.md"
27
authors = ["Apache Software Foundation <[email protected]>"]
0 commit comments