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

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git


The following commit(s) were added to refs/heads/main by this push:
     new 4088f39  Update version to 0.4.0-SNAPSHOT
4088f39 is described below

commit 4088f3926a552e35a9239531184dfeb714e353ca
Author: JingsongLi <[email protected]>
AuthorDate: Sun Jul 26 14:43:33 2026 +0800

    Update version to 0.4.0-SNAPSHOT
---
 core/Cargo.toml       | 2 +-
 ffi/Cargo.toml        | 2 +-
 java/pom.xml          | 2 +-
 jni/Cargo.toml        | 2 +-
 python/pyproject.toml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/Cargo.toml b/core/Cargo.toml
index 4732c86..4b3c126 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-core"
-version = "0.3.0"
+version = "0.4.0"
 edition = "2021"
 description = "Apache Paimon Vector Index — core Rust library"
 license = "Apache-2.0"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index d3f33ce..32c2439 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-ffi"
-version = "0.3.0"
+version = "0.4.0"
 edition = "2021"
 description = "Apache Paimon Vector Index C FFI bindings"
 license = "Apache-2.0"
diff --git a/java/pom.xml b/java/pom.xml
index ee303e8..590c8de 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.paimon</groupId>
     <artifactId>paimon-vector-index-java</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Paimon Vector Index Java</name>
diff --git a/jni/Cargo.toml b/jni/Cargo.toml
index f814f61..c946e7b 100644
--- a/jni/Cargo.toml
+++ b/jni/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-jni"
-version = "0.3.0"
+version = "0.4.0"
 edition = "2021"
 description = "Apache Paimon Vector Index — JNI bindings for Java"
 license = "Apache-2.0"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 41a8135..788c8fc 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "paimon-vindex"
-version = "0.3.0"
+version = "0.4.0"
 description = "Python bindings for Apache Paimon Vector Index"
 license = {text = "Apache-2.0"}
 requires-python = ">=3.9"

Reply via email to