diff --git a/lark/__init__.py b/lark/__init__.py index b6be9906..8e43347d 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.0" +__version__ = "0.6.1"