Skip to content

Commit fdf68ea

Browse files
authored
feat: add upstream substrait version to package (#14)
1 parent 84b8b38 commit fdf68ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/substrait/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
from ._version import __version__
33
except ImportError:
44
pass
5+
6+
__substrait_version__ = "0.30.0"
7+
__substrait_hash__ = "3259a1ba"
8+
__minimum_substrait_version__ = "0.30.0"

0 commit comments

Comments
 (0)