From 9f3d611022a451ca577c106c39b8b6770d457794 Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Mon, 21 Sep 2020 10:13:13 +0300 Subject: [PATCH] Version bump to 0.10.0 --- lark/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/__init__.py b/lark/__init__.py index 1b5e7e3..33a68cb 100644 --- a/lark/__init__.py +++ b/lark/__init__.py @@ -7,4 +7,4 @@ from .exceptions import (ParseError, LexError, GrammarError, UnexpectedToken, from .lexer import Token from .lark import Lark -__version__ = "0.9.0" +__version__ = "0.10.0"