Skip to content

Commit e99b921

Browse files
authored
chore(substrait): bump to v0.50.0 (#59)
1 parent 54e8d6e commit e99b921

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

src/substrait/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except ImportError:
44
pass
55

6-
__substrait_version__ = "0.49.0"
7-
__substrait_hash__ = "fcf0f76"
6+
__substrait_version__ = "0.50.0"
7+
__substrait_hash__ = "7dbbf04"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/gen/proto/extensions/extensions_pb2.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/substrait/gen/proto/extensions/extensions_pb2.pyi

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)