Skip to content

Commit 635b267

Browse files
committed
bump version (patch) & revise PIO library.json
1 parent e1ffaf3 commit 635b267

File tree

2 files changed

+29
-14
lines changed

2 files changed

+29
-14
lines changed

library.json

+28-13
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,38 @@
77
"type": "git",
88
"url": "https://github.com/2bndy5/CirquePinnacle.git"
99
},
10-
"version": "0.1.0",
10+
"version": "1.0.1",
1111
"export": {
1212
"exclude": [
13-
".github/*",
14-
"docs/**",
13+
".env/",
14+
".github/",
15+
".mypy_cache/",
16+
".ruff_cache/",
17+
"docs/",
1518
"keywords.txt",
16-
"examples/pico_sdk/*",
17-
"examples/linux/*",
19+
"examples/pico_sdk/",
20+
"examples/cpython/",
21+
"examples/linux/",
1822
"src/cmake/*",
19-
"src/includes.h.in",
20-
"CMakeLists.txt",
21-
"utility/CMakeLists.txt",
22-
"utility/mraa/*",
23-
"utility/bcm2xxx/*",
24-
"utility/linux_kernel/*",
25-
"utility/rp2/*",
26-
"utility/pigpio/*"
23+
"src/CMakeLists.txt",
24+
"src/utility/CMakeLists.txt",
25+
"src/utility/includes.h.in",
26+
"src/utility/includes.h",
27+
"src/utility/bcm2xxx/*",
28+
"src/utility/linux_kernel/*",
29+
"src/utility/mraa/*",
30+
"src/utility/pigpio/*",
31+
"src/utility/rp2/*",
32+
"src/utility/template/*",
33+
"src/pybind11/",
34+
"src/cirque_pinnacle-stubs/*",
35+
"src/py_bindings.cpp",
36+
".pre-commit-config.yaml",
37+
".readthedocs.yml",
38+
"install-linux.sh",
39+
"MANIFEST.in",
40+
"pyproject.toml",
41+
"setup.py"
2742
]
2843
},
2944
"frameworks": "arduino",

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=CirquePinnacle
2-
version=0.1.0
2+
version=1.0.1
33
author=2bndy5
44
maintainer=2bndy5
55
sentence=A driver library for interfacing with the Cirque Pinnacle (1CA027) touch controller used in Cirque Glidepoint Circle Trackpads.

0 commit comments

Comments
 (0)