Skip to content

Commit

Permalink
0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 4, 2024
1 parent 8ae2cd2 commit e4d834e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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-html"
description = "HTML grammar for tree-sitter"
version = "0.20.2"
version = "0.20.3"
authors = [
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
"Amaan Qureshi <amaanq12@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-html",
"version": "0.20.2",
"version": "0.20.3",
"description": "HTML grammar for tree-sitter",
"repository": "github:tree-sitter/tree-sitter-html",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-html"
description = "HTML grammar for tree-sitter"
version = "0.20.2"
version = "0.20.3"
keywords = ["incremental", "parsing", "tree-sitter", "html"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing :: Linguistic",
"Typing :: Typed"
"Typing :: Typed",
]
requires-python = ">=3.8"
license.text = "MIT"
Expand Down

0 comments on commit e4d834e

Please sign in to comment.