Skip to content

Commit 05e127e

Browse files
authored
[python] Update python sdk version (#6406)
1 parent b132175 commit 05e127e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paimon-python/pypaimon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from pypaimon.catalog.catalog_factory import CatalogFactory
2020
from pypaimon.schema.schema import Schema
2121

22-
__version__ = "0.3.dev"
22+
__version__ = "1.4.dev"
2323
__all__ = [
2424
"PaimonVirtualFileSystem",
2525
"CatalogFactory",

0 commit comments

Comments
 (0)