Version Bump

This commit is contained in:
Erez Sh 2020-03-28 23:14:11 +03:00
parent acde77eef8
commit d408959479
1 changed files with 1 additions and 1 deletions

View File

@ -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"