Skip to content

Commit

Permalink
Version bump (1.1.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Dec 6, 2022
1 parent 031cadd commit 7d9cfa6
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.4"
__version__: str = "1.1.5"

__all__ = (
"GrammarError",
Expand Down

0 comments on commit 7d9cfa6

Please sign in to comment.