From 404fef87f4f168543a333ca3ecb045f7017ac15a Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Thu, 3 Oct 2019 11:29:49 +0300 Subject: [PATCH] Version bump --- lark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/__init__.py b/lark/__init__.py index 903c10b..6d8b325 100644 --- a/lark/__init__.py +++ b/lark/__init__.py @@ -5,4 +5,4 @@ from .exceptions import ParseError, LexError, GrammarError, UnexpectedToken, Une from .lexer import Token from .lark import Lark -__version__ = "0.7.6a1" +__version__ = "0.7.7"