Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Textualize/py-tree-sitter-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 27, 2024
2 parents bbe7b19 + 0626392 commit 08994bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from Cython.Build import cythonize

init = (pathlib.Path("tree_sitter_languages") / "__init__.py").read_text()
match = re.search(r"^__version__ = '(.+)'$", init, re.MULTILINE)
match = re.search(r"^__version__ = \"(.+)\"$", init, re.MULTILINE)
version = match.group(1)

with open("README.rst") as reader:
Expand Down

0 comments on commit 08994bf

Please sign in to comment.