This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 05e127efef [python] Update python sdk version (#6406)
05e127efef is described below
commit 05e127efef3bd8f142928f0eb102dd4a10ebc9ee
Author: yuzelin <[email protected]>
AuthorDate: Wed Oct 15 21:54:20 2025 +0800
[python] Update python sdk version (#6406)
---
paimon-python/pypaimon/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-python/pypaimon/__init__.py
b/paimon-python/pypaimon/__init__.py
index 35a8a72ff1..7c35ca3a24 100644
--- a/paimon-python/pypaimon/__init__.py
+++ b/paimon-python/pypaimon/__init__.py
@@ -19,7 +19,7 @@ from pypaimon.filesystem.pvfs import PaimonVirtualFileSystem
from pypaimon.catalog.catalog_factory import CatalogFactory
from pypaimon.schema.schema import Schema
-__version__ = "0.3.dev"
+__version__ = "1.4.dev"
__all__ = [
"PaimonVirtualFileSystem",
"CatalogFactory",