Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Jan 30, 2024
1 parent bc1e6e9 commit 369c72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree_sitter_languages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from .core import get_language, get_parser

__version__ = '1.9.1'
__version__ = '1.10.0'
__title__ = 'tree_sitter_languages'
__author__ = 'Grant Jenks'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 369c72e

Please sign in to comment.