Skip to content

Commit

Permalink
publish: bump version v0.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
theHamsta committed Jun 22, 2024
1 parent b05a2e1 commit 29be874
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.20.4
VERSION := 0.20.5

LANGUAGE_NAME := tree-sitter-cuda

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 29be874

Please sign in to comment.