Skip to content

Commit

Permalink
chore: release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Oct 9, 2024
1 parent f2fe751 commit 6e79db6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tree-sitter"
version = "0.23.0"
version = "0.23.1"
description = "Python bindings to the Tree-sitter parsing library"
keywords = ["incremental", "parsing", "tree-sitter"]
classifiers = [
Expand Down Expand Up @@ -61,3 +61,11 @@ test-command = "python -munittest discover -s {project}/tests"

[tool.mypy]
exclude = ["tree_sitter/core"]

[tool.rstcheck]
ignore_directives = [
"autoclass",
"autodata",
"automethod",
"autosummary"
]

0 comments on commit 6e79db6

Please sign in to comment.