This is an automated email from the ASF dual-hosted git repository. JingsongLi pushed a commit to branch release-2.0.0-rc1 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit a4d6e6bdf1cc30a929532643ed4820177363a9c9 Author: JingsongLi <[email protected]> AuthorDate: Fri Jul 31 10:41:53 2026 +0800 [release] Update pypaimon version to 1.5.0 --- paimon-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paimon-python/setup.py b/paimon-python/setup.py index 85c4efcd56..9ba3953b3a 100644 --- a/paimon-python/setup.py +++ b/paimon-python/setup.py @@ -24,7 +24,7 @@ import tarfile import tempfile from setuptools import find_packages, setup -VERSION = "1.5.dev" +VERSION = "1.5.0" def get_dev_version():
