From 51d76153a1d3cc2f3728556ec32b79503e8ad1d4 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Mon, 26 Aug 2024 18:42:06 +0300 Subject: [PATCH] chore: release 0.23.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9176bce..e67703a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter" -version = "0.22.3" +version = "0.23.0" description = "Python bindings to the Tree-sitter parsing library" keywords = ["incremental", "parsing", "tree-sitter"] classifiers = [