Browse Source

Version Bump

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

+ 1
- 1
lark/__init__.py View File

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

__version__ = "0.8.9"
__version__ = "0.9.0"

Loading…
Cancel
Save