mirror of https://github.com/lark-parser/lark.git
Version bump
This commit is contained in:
parent
9ca74d7f67
commit
3cdee35af5
|
@ -5,4 +5,4 @@ from .exceptions import ParseError, LexError, GrammarError, UnexpectedToken, Une
|
|||
from .lexer import Token
|
||||
from .lark import Lark
|
||||
|
||||
__version__ = "0.7.2"
|
||||
__version__ = "0.7.3"
|
||||
|
|
Loading…
Reference in New Issue