There was an error while loading. Please reload this page.
1 parent 1810c74 commit 2ad5610Copy full SHA for 2ad5610
cedarscript_grammar/__init__.py
@@ -4,7 +4,7 @@
4
5
from tree_sitter import Language
6
7
-__version__ = "0.0.3"
+__version__ = "0.0.4"
8
__all__ = ("language",)
9
10
_ROOT_DIR = Path(__file__).parent
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cedarscript_grammar"
-version = "0.0.3"
+version = "0.0.4"
description = "CEDARScript grammar.js for tree-sitter"
authors = [
{name = "Elifarley", email = "cedarscript@orgecc.com"},
0 commit comments