Skip to content

Commit

Permalink
build: track release branch for core
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Oct 9, 2024
1 parent 6e79db6 commit 7c7db77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "tree-sitter"]
path = tree_sitter/core
url = https://github.com/tree-sitter/tree-sitter
url = https://github.com/tree-sitter/tree-sitter
path = tree_sitter/core
branch = release-0.24
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.23.1"
version = "0.24.0"
description = "Python bindings to the Tree-sitter parsing library"
keywords = ["incremental", "parsing", "tree-sitter"]
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion tree_sitter/core
Submodule core updated 159 files

0 comments on commit 7c7db77

Please sign in to comment.