Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stadelmanma committed Jan 23, 2025
1 parent e9c001c commit 022b032
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13)

project(tree-sitter-fortran
VERSION "0.3.0"
VERSION "0.4.0"
DESCRIPTION "Fortran grammar for tree-sitter"
HOMEPAGE_URL "https://github.com/stadelmanma/tree-sitter-fortran"
LANGUAGES C)
Expand Down
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-fortran"
description = "fortran grammar for the tree-sitter parsing library"
version = "0.3.0"
version = "0.4.0"
keywords = ["incremental", "parsing", "fortran"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/stadelmanma/tree-sitter-fortran"
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.3.0
VERSION := 0.4.0

LANGUAGE_NAME := tree-sitter-fortran

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-fortran",
"version": "0.3.0",
"version": "0.4.0",
"description": "Fortran grammar for tree-sitter",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,4 +54,4 @@
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
}
}
}
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-fortran"
description = "Fortran grammar for tree-sitter"
version = "0.3.0"
version = "0.4.0"
keywords = ["incremental", "parsing", "tree-sitter", "fortran"]
classifiers = [
"Intended Audience :: Developers",
Expand Down
4 changes: 2 additions & 2 deletions tree-sitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"metadata": {
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"description": "Fortran grammar for tree-sitter",
"authors": [
Expand All @@ -45,4 +45,4 @@
"rust": true,
"swift": true
}
}
}

0 comments on commit 022b032

Please sign in to comment.