Skip to content

Commit 454aa82

Browse files
chore: release 0.22.0
1 parent 128160e commit 454aa82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [master]
66
paths:
7+
- pyproject.toml
78
- tree_sitter/**
89
- docs/**
910

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tree-sitter"
7-
version = "0.21.3"
7+
version = "0.22.0"
88
description = "Python bindings to the Tree-sitter parsing library"
99
keywords = ["incremental", "parsing", "tree-sitter"]
1010
classifiers = [

0 commit comments

Comments
 (0)