Skip to content

Commit 022b032

Browse files
committed
Bump version to 0.4.0
1 parent e9c001c commit 022b032

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CMakeLists.txt

+1-1
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.3.0"
4+
VERSION "0.4.0"
55
DESCRIPTION "Fortran grammar for tree-sitter"
66
HOMEPAGE_URL "https://github.com/stadelmanma/tree-sitter-fortran"
77
LANGUAGES C)

Cargo.toml

+1-1
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.3.0"
4+
version = "0.4.0"
55
keywords = ["incremental", "parsing", "fortran"]
66
categories = ["parsing", "text-editors"]
77
repository = "https://github.com/stadelmanma/tree-sitter-fortran"

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.3.0
1+
VERSION := 0.4.0
22

33
LANGUAGE_NAME := tree-sitter-fortran
44

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-fortran",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Fortran grammar for tree-sitter",
55
"repository": {
66
"type": "git",
@@ -54,4 +54,4 @@
5454
"start": "tree-sitter playground",
5555
"test": "node --test bindings/node/*_test.js"
5656
}
57-
}
57+
}

pyproject.toml

+1-1
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.3.0"
8+
version = "0.4.0"
99
keywords = ["incremental", "parsing", "tree-sitter", "fortran"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

tree-sitter.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"metadata": {
21-
"version": "0.3.0",
21+
"version": "0.4.0",
2222
"license": "MIT",
2323
"description": "Fortran grammar for tree-sitter",
2424
"authors": [
@@ -45,4 +45,4 @@
4545
"rust": true,
4646
"swift": true
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)