We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128160e commit 454aa82Copy full SHA for 454aa82
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches: [master]
6
paths:
7
+ - pyproject.toml
8
- tree_sitter/**
9
- docs/**
10
pyproject.toml
@@ -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 = [
0 commit comments