Skip to content

Commit 522d3d2

Browse files
authored
Update versions to 7.1. (#70)
1 parent 64abea4 commit 522d3d2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-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.0
29+
version = 7.1
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.0
29+
version = 7.1
3030
description = OpenMPF Python Component Utilities
3131

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "PythonOcvComponent",
3-
"componentVersion": "7.0",
4-
"middlewareVersion": "7.0",
3+
"componentVersion": "7.1",
4+
"middlewareVersion": "7.1",
55
"sourceLanguage": "python",
66
"batchLibrary": "PythonOcvComponent",
77
"environmentVariables": [],

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.0
29+
version = 7.1
3030

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

3737
[options.entry_points]
3838
mpf.exported_component =

detection/examples/PythonTestComponent/descriptor/descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"componentName": "PythonTestComponent",
3-
"componentVersion": "7.0",
4-
"middlewareVersion": "7.0",
3+
"componentVersion": "7.1",
4+
"middlewareVersion": "7.1",
55
"sourceLanguage": "python",
66
"batchLibrary": "${MPF_HOME}/plugins/PythonTestComponent/test_component.py",
77
"environmentVariables": [],

0 commit comments

Comments
 (0)