Skip to content

Commit

Permalink
Version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Feb 8, 2022
1 parent 113007a commit 01e16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .lexer import Token
from .lark import Lark

__version__: str = "1.1.0"
__version__: str = "1.1.1"

2 comments on commit 01e16c5

@hf-kklein
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks 🚀

@erezsh
Copy link
Member Author

@erezsh erezsh commented on 01e16c5 Feb 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

De nada

Please sign in to comment.