Skip to content

Commit

Permalink
Version bump (1.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Jul 17, 2023
1 parent 679ba4a commit e4df024
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.5"
__version__: str = "1.1.6"

__all__ = (
"GrammarError",
Expand Down

0 comments on commit e4df024

Please sign in to comment.