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