Skip to content

Commit 3a06771

Browse files
build: track release branch for core
1 parent 6e79db6 commit 3a06771

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitmodules

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[submodule "tree-sitter"]
2-
path = tree_sitter/core
3-
url = https://github.com/tree-sitter/tree-sitter
2+
url = https://github.com/tree-sitter/tree-sitter
3+
path = tree_sitter/core
4+
shallow = true
5+
branch = release-0.24

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.23.1"
7+
version = "0.24.0"
88
description = "Python bindings to the Tree-sitter parsing library"
99
keywords = ["incremental", "parsing", "tree-sitter"]
1010
classifiers = [

tree_sitter/core

Submodule core updated 159 files

0 commit comments

Comments
 (0)