Skip to content

Commit 2ad5610

Browse files
committed
0.0.4
1 parent 1810c74 commit 2ad5610

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cedarscript_grammar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from tree_sitter import Language
66

7-
__version__ = "0.0.3"
7+
__version__ = "0.0.4"
88
__all__ = ("language",)
99

1010
_ROOT_DIR = Path(__file__).parent

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cedarscript_grammar"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "CEDARScript grammar.js for tree-sitter"
99
authors = [
1010
{name = "Elifarley", email = "cedarscript@orgecc.com"},

0 commit comments

Comments
 (0)