Skip to content

Commit

Permalink
Merge pull request #1208 from lark-parser/pr_1.1.4
Browse files Browse the repository at this point in the history
PR for v1.1.4
  • Loading branch information
erezsh authored Nov 2, 2022
2 parents d8f51b5 + dd276c4 commit 9e5bd90
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.3"
__version__: str = "1.1.4"

__all__ = (
"GrammarError",
Expand Down

0 comments on commit 9e5bd90

Please sign in to comment.