Skip to content

Commit

Permalink
Fix version numbers for Swift, Python and C (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster authored Jul 18, 2024
1 parent 08d8b88 commit 0fb72fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-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"
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-latex

Expand Down
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-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",
Expand Down

0 comments on commit 0fb72fb

Please sign in to comment.