We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b8b38 commit fdf68eaCopy full SHA for fdf68ea
src/substrait/__init__.py
@@ -2,3 +2,7 @@
2
from ._version import __version__
3
except ImportError:
4
pass
5
+
6
+__substrait_version__ = "0.30.0"
7
+__substrait_hash__ = "3259a1ba"
8
+__minimum_substrait_version__ = "0.30.0"
third_party/substrait
0 commit comments