Skip to content

Commit acbc24b

Browse files
authored
Update versions to 7.2. (#75)
* Add outputChangedCounter.
1 parent b21dd6d commit acbc24b

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

detection/api/setup.cfg

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

2727
[metadata]
2828
name = mpf_component_api
29-
version = 7.1
29+
version = 7.2
3030
description = OpenMPF Python Component API
3131

3232
[options]

detection/component_util/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
[metadata]
2828
name = mpf_component_util
29-
version = 7.1
29+
version = 7.2
3030
description = OpenMPF Python Component Utilities
3131

3232
[options]
3333
packages = find:
3434
install_requires =
35-
mpf_component_api>=7.1
35+
mpf_component_api>=7.2
3636
opencv-python>=4.4.0
3737
pydub
3838

detection/examples/PythonOcvComponent/plugin-files/descriptor/descriptor.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"componentName": "PythonOcvComponent",
3-
"componentVersion": "7.1",
4-
"middlewareVersion": "7.1",
3+
"componentVersion": "7.2",
4+
"middlewareVersion": "7.2",
55
"sourceLanguage": "python",
66
"batchLibrary": "PythonOcvComponent",
77
"environmentVariables": [],
88
"algorithm": {
99
"name": "PYTHONOCVTEST",
1010
"description": "A dummy Python detection component.",
1111
"actionType": "DETECTION",
12+
"outputChangedCounter" : 1,
1213
"requiresCollection": {
1314
"states": []
1415
},

detection/examples/PythonOcvComponent/setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
[metadata]
2828
name = PythonOcvComponent
29-
version = 7.1
29+
version = 7.2
3030

3131
[options]
3232
packages = ocv_component
3333
install_requires =
34-
mpf_component_api>=7.1
35-
mpf_component_util>=7.1
34+
mpf_component_api>=7.2
35+
mpf_component_util>=7.2
3636

3737
[options.entry_points]
3838
mpf.exported_component =

detection/examples/PythonTestComponent/descriptor/descriptor.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"componentName": "PythonTestComponent",
3-
"componentVersion": "7.1",
4-
"middlewareVersion": "7.1",
3+
"componentVersion": "7.2",
4+
"middlewareVersion": "7.2",
55
"sourceLanguage": "python",
66
"batchLibrary": "${MPF_HOME}/plugins/PythonTestComponent/test_component.py",
77
"environmentVariables": [],
88
"algorithm": {
99
"name": "PYTHONTEST",
1010
"description": "A dummy Python detection component.",
1111
"actionType": "DETECTION",
12+
"outputChangedCounter" : 1,
1213
"requiresCollection": {
1314
"states": []
1415
},

0 commit comments

Comments
 (0)