This is an automated email from the ASF dual-hosted git repository. yuzelin pushed a commit to branch release-1.3.0-rc1 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 0bd9dce3b1607f140f78ec3d4e758a265638f24e Author: yuzelin <[email protected]> AuthorDate: Wed Oct 15 20:04:12 2025 +0800 [release] Update python version to 1.3.0 --- 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..0650113a48 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.3.0" __all__ = [ "PaimonVirtualFileSystem", "CatalogFactory",
