Browse Source

Update __init__.py

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.7.5
Erez Shinan 5 years ago
committed by GitHub
parent
commit
71b17d8e7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lark/__init__.py

+ 1
- 1
lark/__init__.py View File

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

__version__ = "0.7.3"
__version__ = "0.7.4"

Loading…
Cancel
Save