Skip to content

Commit e795810

Browse files
authored
Version bump (1.1.7) (#1306)
1 parent d0052b0 commit e795810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .utils import logger
1515
from .visitors import Discard, Transformer, Transformer_NonRecursive, Visitor, v_args
1616

17-
__version__: str = "1.1.6"
17+
__version__: str = "1.1.7"
1818

1919
__all__ = (
2020
"GrammarError",

0 commit comments

Comments
 (0)