Fix version numbers for Swift, Python and C (#142)

pull/813/head
Patrick Förster 2024-07-18 16:33:20 +07:00 committed by GitHub
parent 08d8b885a3
commit 0fb72fb1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

@ -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"

@ -1,4 +1,4 @@
VERSION := 0.3.0
VERSION := 0.4.0
LANGUAGE_NAME := tree-sitter-latex

@ -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",