mirror of https://github.com/lark-parser/lark.git
Version bump
This commit is contained in:
parent
6578742c06
commit
834dc9da22
|
@ -4,4 +4,4 @@ from .lexer import UnexpectedInput, LexError
|
||||||
from .lark import Lark
|
from .lark import Lark
|
||||||
from .utils import inline_args
|
from .utils import inline_args
|
||||||
|
|
||||||
__version__ = "0.5.3"
|
__version__ = "0.5.4"
|
||||||
|
|
Loading…
Reference in New Issue