Skip to content

Commit

Permalink
Version bump (1.1.7) (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jul 20, 2023
1 parent d0052b0 commit e795810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .utils import logger
from .visitors import Discard, Transformer, Transformer_NonRecursive, Visitor, v_args

__version__: str = "1.1.6"
__version__: str = "1.1.7"

__all__ = (
"GrammarError",
Expand Down

0 comments on commit e795810

Please sign in to comment.