Skip to content

Commit

Permalink
chore: release 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 13, 2024
1 parent 128160e commit 454aa82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [master]
paths:
- pyproject.toml
- tree_sitter/**
- docs/**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tree-sitter"
version = "0.21.3"
version = "0.22.0"
description = "Python bindings to the Tree-sitter parsing library"
keywords = ["incremental", "parsing", "tree-sitter"]
classifiers = [
Expand Down

0 comments on commit 454aa82

Please sign in to comment.