Skip to content

Commit

Permalink
0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed Jun 27, 2022
1 parent 188b6b0 commit de221ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-python"
description = "Python grammar for the tree-sitter parsing library"
version = "0.20.1"
version = "0.20.2"
authors = [
"Max Brunsfeld <[email protected]>",
"Douglas Creager <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-python",
"version": "0.20.1",
"version": "0.20.2",
"description": "Python grammar for tree-sitter",
"main": "bindings/node",
"keywords": [
Expand Down

1 comment on commit de221ec

@jirutka
Copy link

Choose a reason for hiding this comment

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

You forgot to create a git tag.

Please sign in to comment.