Skip to content

Commit 64e1100

Browse files
committed
Bump version to 0.5.1
1 parent d7135cd commit 64e1100

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.13)
22

33
project(tree-sitter-fortran
4-
VERSION "0.5.0"
4+
VERSION "0.5.1"
55
DESCRIPTION "Fortran grammar for tree-sitter"
66
HOMEPAGE_URL "https://github.com/stadelmanma/tree-sitter-fortran"
77
LANGUAGES C)

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-fortran"
33
description = "fortran grammar for the tree-sitter parsing library"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
keywords = ["incremental", "parsing", "fortran"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/stadelmanma/tree-sitter-fortran"

Makefile

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

33
LANGUAGE_NAME := tree-sitter-fortran
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-fortran",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Fortran grammar for tree-sitter",
55
"repository": {
66
"type": "git",

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-fortran"
77
description = "Fortran grammar for tree-sitter"
8-
version = "0.5.0"
8+
version = "0.5.1"
99
keywords = ["incremental", "parsing", "tree-sitter", "fortran"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"metadata": {
21-
"version": "0.5.0",
21+
"version": "0.5.1",
2222
"license": "MIT",
2323
"description": "Fortran grammar for tree-sitter",
2424
"authors": [

0 commit comments

Comments
 (0)