Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaIng committed Jun 21, 2024
1 parent 236db15 commit 964ce00
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.9"
__version__: str = "1.2.0"

__all__ = (
"GrammarError",
Expand Down

0 comments on commit 964ce00

Please sign in to comment.