mirror of https://github.com/lark-parser/lark.git
Version Bump
This commit is contained in:
parent
acde77eef8
commit
d408959479
|
@ -6,4 +6,4 @@ from .exceptions import (ParseError, LexError, GrammarError, UnexpectedToken,
|
|||
from .lexer import Token
|
||||
from .lark import Lark
|
||||
|
||||
__version__ = "0.8.2"
|
||||
__version__ = "0.8.3"
|
||||
|
|
Loading…
Reference in New Issue