From d65416ba825a99054f7b64649c6b93c6fa7f5e04 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Thu, 24 Oct 2024 18:05:53 +0300 Subject: [PATCH] chore: release 0.23.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ba4cc9..3c7e6cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter" -version = "0.24.0" +version = "0.23.2" description = "Python bindings to the Tree-sitter parsing library" keywords = ["incremental", "parsing", "tree-sitter"] classifiers = [