Browse Source

Version bump to 0.11.1

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.1
Erez Sh 3 years ago
parent
commit
c715426f32
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py View File

@@ -7,4 +7,4 @@ from .exceptions import (ParseError, LexError, GrammarError, UnexpectedToken,
from .lexer import Token
from .lark import Lark

__version__ = "0.11.0"
__version__ = "0.11.1"

Loading…
Cancel
Save