From 29be8746ab3b1f50b36cf99c7c2c446cd815b77b Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 22 Jun 2024 18:17:29 +0200 Subject: [PATCH] publish: bump version v0.20.5 --- Cargo.toml | 2 +- Makefile | 2 +- package.json | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 109e1df..8432dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-cuda" description = "cuda grammar for the tree-sitter parsing library" -version = "0.20.4" +version = "0.20.5" keywords = ["incremental", "parsing", "cuda"] categories = ["parsing", "text-editors"] repository = "https://github.com/theHamsta/tree-sitter-cuda" diff --git a/Makefile b/Makefile index bbc9a15..4fe8532 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.20.4 +VERSION := 0.20.5 LANGUAGE_NAME := tree-sitter-cuda diff --git a/package.json b/package.json index dce9cb5..6783b04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-cuda", - "version": "0.20.4", + "version": "0.20.5", "description": "CUDA grammar for tree-sitter", "main": "bindings/node", "types": "bindings/node", diff --git a/pyproject.toml b/pyproject.toml index 0084660..3d36f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-cuda" description = "Cuda grammar for tree-sitter" -version = "0.20.4" +version = "0.20.5" keywords = ["incremental", "parsing", "tree-sitter", "cuda"] classifiers = [ "Intended Audience :: Developers",