diff --git a/lark/__init__.py b/lark/__init__.py index 8e43347d..ca7d62b7 100644 --- a/lark/__init__.py +++ b/lark/__init__.py @@ -4,4 +4,4 @@ from .exceptions import ParseError, LexError, GrammarError, UnexpectedToken, UnexpectedInput, UnexpectedCharacters from .lark import Lark -__version__ = "0.6.1" +__version__ = "0.6.2"