mirror of https://github.com/lark-parser/lark.git
Patch version bump
This commit is contained in:
parent
c37ece612b
commit
7a5ff49d09
|
@ -3,4 +3,4 @@ from .common import ParseError, GrammarError
|
|||
from .lark import Lark
|
||||
from .utils import inline_args
|
||||
|
||||
__version__ = "0.2.2"
|
||||
__version__ = "0.2.3"
|
||||
|
|
Loading…
Reference in New Issue