Browse Source

Version bump

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.1
Erez Shinan 6 years ago
parent
commit
c637f3b35e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py View File

@@ -4,4 +4,4 @@ from .visitors import InlineTransformer, inline_args # XXX Deprecated
from .exceptions import ParseError, LexError, GrammarError, UnexpectedToken, UnexpectedInput, UnexpectedCharacters
from .lark import Lark

__version__ = "0.6.0"
__version__ = "0.6.1"

Loading…
Cancel
Save