From 0fb72fb1b2aa0d076f454ee2efd01686624bc3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Thu, 18 Jul 2024 16:33:20 +0200 Subject: [PATCH] Fix version numbers for Swift, Python and C (#142) --- Cargo.toml | 2 +- Makefile | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",