Bump KQL Version in Init (#3597)

(cherry picked from commit 114db81f07)
This commit is contained in:
Eric Forte
2024-04-15 11:06:16 -04:00
committed by github-actions[bot]
parent 7b4cbaf0ab
commit b323183cec
+1 -1
View File
@@ -13,7 +13,7 @@ from .evaluator import FilterGenerator
from .kql2eql import KqlToEQL
from .parser import lark_parse, KqlParser
__version__ = '0.1.6'
__version__ = '0.1.7'
__all__ = (
"ast",
"from_eql",