diff --git a/CMakeLists.txt b/CMakeLists.txt index e7ce72a..26d4631 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project(tree-sitter-python - VERSION "0.23.4" + VERSION "0.23.5" DESCRIPTION "Python grammar for tree-sitter" HOMEPAGE_URL "https://github.com/tree-sitter/tree-sitter-python" LANGUAGES C) diff --git a/Cargo.lock b/Cargo.lock index 33d5aa8..e8bb00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.1.37" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40545c26d092346d8a8dab71ee48e7685a7a9cba76e634790c215b41a4a7b4cf" +checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" dependencies = [ "shlex", ] @@ -40,9 +40,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.8" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", @@ -88,7 +88,7 @@ checksum = "e8ddffe35a0e5eeeadf13ff7350af564c6e73993a24db62caee1822b185c2600" [[package]] name = "tree-sitter-python" -version = "0.23.4" +version = "0.23.5" dependencies = [ "cc", "tree-sitter", diff --git a/Cargo.toml b/Cargo.toml index 97f5e2c..369cca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-python" description = "Python grammar for tree-sitter" -version = "0.23.4" +version = "0.23.5" authors = [ "Max Brunsfeld ", "Amaan Qureshi ", diff --git a/Makefile b/Makefile index aac1d99..869c1c7 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif LANGUAGE_NAME := tree-sitter-python HOMEPAGE_URL := https://github.com/tree-sitter/tree-sitter-python -VERSION := 0.23.4 +VERSION := 0.23.5 # repository SRC_DIR := src diff --git a/package-lock.json b/package-lock.json index e2dd9bb..09f67b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tree-sitter-python", - "version": "0.23.4", + "version": "0.23.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tree-sitter-python", - "version": "0.23.4", + "version": "0.23.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 43c81b1..b9436ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-python", - "version": "0.23.4", + "version": "0.23.5", "description": "Python grammar for tree-sitter", "repository": "https://github.com/tree-sitter/tree-sitter-python", "license": "MIT", diff --git a/pyproject.toml b/pyproject.toml index 3ff11ba..d8f9645 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-python" description = "Python grammar for tree-sitter" -version = "0.23.4" +version = "0.23.5" keywords = ["incremental", "parsing", "tree-sitter", "python"] classifiers = [ "Intended Audience :: Developers", diff --git a/tree-sitter.json b/tree-sitter.json index 84c9404..46896f3 100644 --- a/tree-sitter.json +++ b/tree-sitter.json @@ -14,7 +14,7 @@ } ], "metadata": { - "version": "0.23.4", + "version": "0.23.5", "license": "MIT", "description": "Python grammar for tree-sitter", "authors": [