Skip to content

Commit 29be874

Browse files
committed
publish: bump version v0.20.5
1 parent b05a2e1 commit 29be874

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-cuda"
33
description = "cuda grammar for the tree-sitter parsing library"
4-
version = "0.20.4"
4+
version = "0.20.5"
55
keywords = ["incremental", "parsing", "cuda"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/theHamsta/tree-sitter-cuda"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.20.4
1+
VERSION := 0.20.5
22

33
LANGUAGE_NAME := tree-sitter-cuda
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-cuda",
3-
"version": "0.20.4",
3+
"version": "0.20.5",
44
"description": "CUDA grammar for tree-sitter",
55
"main": "bindings/node",
66
"types": "bindings/node",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "tree-sitter-cuda"
77
description = "Cuda grammar for tree-sitter"
8-
version = "0.20.4"
8+
version = "0.20.5"
99
keywords = ["incremental", "parsing", "tree-sitter", "cuda"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)