tree-sitter-devicetree 0.12.0__tar.gz → 0.12.1__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (17) hide show
  1. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/PKG-INFO +1 -1
  2. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/PKG-INFO +1 -1
  3. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/pyproject.toml +1 -1
  4. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/LICENSE +0 -0
  5. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/README.md +0 -0
  6. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree/__init__.py +0 -0
  7. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree/__init__.pyi +0 -0
  8. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree/binding.c +0 -0
  9. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree/py.typed +0 -0
  10. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/SOURCES.txt +0 -0
  11. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/dependency_links.txt +0 -0
  12. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/not-zip-safe +0 -0
  13. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/requires.txt +0 -0
  14. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/bindings/python/tree_sitter_devicetree.egg-info/top_level.txt +0 -0
  15. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/setup.cfg +0 -0
  16. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/setup.py +0 -0
  17. {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.12.1}/src/parser.c +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tree-sitter-devicetree
3
- Version: 0.12.0
3
+ Version: 0.12.1
4
4
  Summary: Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.
5
5
  Author: Joel Spadin
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tree-sitter-devicetree
3
- Version: 0.12.0
3
+ Version: 0.12.1
4
4
  Summary: Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.
5
5
  Author: Joel Spadin
6
6
  License: MIT
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "tree-sitter-devicetree"
7
7
  description = "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax."
8
- version = "0.12.0"
8
+ version = "0.12.1"
9
9
  keywords = ["incremental", "parsing", "tree-sitter", "devicetree"]
10
10
  classifiers = [
11
11
  "Intended Audience :: Developers",