diff --git a/Cargo.toml b/Cargo.toml index 70752123b..8c754c739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tree-sitter-latex" description = "latex grammar for the tree-sitter parsing library" -version = "0.3.0" +version = "0.4.0" keywords = ["incremental", "parsing", "latex"] categories = ["parsing", "text-editors"] repository = "https://github.com/latex-lsp/tree-sitter-latex" diff --git a/Makefile b/Makefile index 58de3096b..9ae45d6f4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.3.0 +VERSION := 0.4.0 LANGUAGE_NAME := tree-sitter-latex diff --git a/pyproject.toml b/pyproject.toml index ee09da5c6..480b7597e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter-latex" description = "Latex grammar for tree-sitter" -version = "0.3.0" +version = "0.4.0" keywords = ["incremental", "parsing", "tree-sitter", "latex"] classifiers = [ "Intended Audience :: Developers",